Closed
Bug 725700
Opened 14 years ago
Closed 14 years ago
Keyboard arrow keys and scrollbar buttons should have consistent scrolling distances
Categories
(Core :: General, defect)
Core
General
Tracking
()
VERIFIED
FIXED
mozilla13
People
(Reporter: jaws, Assigned: jaws)
References
Details
(Whiteboard: [Snappy:P1][fixed-in-fx-team])
Attachments
(1 file, 1 obsolete file)
|
5.81 KB,
patch
|
smontagu
:
review+
|
Details | Diff | Splinter Review |
Bug 635645 made keyboard arrow keys scroll two lines at a time. Bug 710373 made the scrollbar buttons scroll three lines at a time.
These scrolling distances should be consistent, and we should make the arrow keys scroll three lines at a time instead of two.
To make sure that these distances stay consistent going forward, these distances should use a shared preferences (possibly updated through about:config).
Updated•14 years ago
|
Whiteboard: [Snappy:P1]
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → jwein
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•14 years ago
|
||
Attachment #597236 -
Flags: review?(smontagu)
Updated•14 years ago
|
Attachment #597236 -
Flags: review?(smontagu) → review+
| Assignee | ||
Updated•14 years ago
|
Whiteboard: [Snappy:P1] → [Snappy:P1][autoland-try]
Updated•14 years ago
|
Whiteboard: [Snappy:P1][autoland-try] → [Snappy:P1][autoland-in-queue]
Comment 2•14 years ago
|
||
Autoland Patchset:
Patches: 597236
Branch: mozilla-central => try
Destination: http://hg.mozilla.org/try/pushloghtml?changeset=6c47f76858c8
Try run started, revision 6c47f76858c8. To cancel or monitor the job, see: https://tbpl.mozilla.org/?tree=Try&rev=6c47f76858c8
| Assignee | ||
Comment 3•14 years ago
|
||
The push to try showed that docshell/test/navigation/test_bug430723.html was broken since the test reached the bottom of the window before the scroll iterations were finished and the scroll event wouldn't fire anymore on DOWN key.
I've updated the test to scroll down less since the distance of scrolling has been increased.
Attachment #597236 -
Attachment is obsolete: true
Attachment #597601 -
Flags: review?(smontagu)
Comment 4•14 years ago
|
||
Try run for 6c47f76858c8 is complete.
Detailed breakdown of the results available here:
https://tbpl.mozilla.org/?tree=Try&rev=6c47f76858c8
Results (out of 212 total builds):
success: 168
warnings: 30
failure: 14
Builds (or logs if builds failed) available at:
http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/autolanduser@mozilla.com-6c47f76858c8
Updated•14 years ago
|
Whiteboard: [Snappy:P1][autoland-in-queue] → [Snappy:P1]
| Assignee | ||
Updated•14 years ago
|
Whiteboard: [Snappy:P1] → [Snappy:P1][autoland-try]
Updated•14 years ago
|
Whiteboard: [Snappy:P1][autoland-try] → [Snappy:P1][autoland-in-queue]
Comment 5•14 years ago
|
||
Autoland Patchset:
Patches: 597601
Branch: mozilla-central => try
Destination: http://hg.mozilla.org/try/pushloghtml?changeset=c6f9bd404ae0
Try run started, revision c6f9bd404ae0. To cancel or monitor the job, see: https://tbpl.mozilla.org/?tree=Try&rev=c6f9bd404ae0
Comment 6•14 years ago
|
||
Try run for c6f9bd404ae0 is complete.
Detailed breakdown of the results available here:
https://tbpl.mozilla.org/?tree=Try&rev=c6f9bd404ae0
Results (out of 209 total builds):
success: 145
warnings: 13
failure: 51
Builds (or logs if builds failed) available at:
http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/autolanduser@mozilla.com-c6f9bd404ae0
Updated•14 years ago
|
Whiteboard: [Snappy:P1][autoland-in-queue] → [Snappy:P1]
| Assignee | ||
Comment 7•14 years ago
|
||
review ping? only change from previous r+'d version is the test update.
Updated•14 years ago
|
Attachment #597601 -
Flags: review?(smontagu) → review+
| Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 8•14 years ago
|
||
Keywords: checkin-needed
Whiteboard: [Snappy:P1] → [Snappy:P1][fixed-in-fx-team]
Comment 9•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
Comment 10•14 years ago
|
||
Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20100101 Firefox/13.0
Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20100101 Firefox/13.0
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:13.0) Gecko/20100101 Firefox/13.0
Verified that both keyboard arrows and scrollbar buttons scroll about 3 lines at once.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•