Closed
Bug 501379
Opened 16 years ago
Closed 16 years ago
Trunk build scrolling more area (scrolling faster) than it previously has
Categories
(Core :: Widget: Win32, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: u88484, Assigned: jimm)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.93 KB,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
Starting with today's trunk build (20090630), pages scroll further/faster than they did in the 20090629 build.
Updated•16 years ago
|
Product: Firefox → Core
QA Contact: general → general
Version: unspecified → Trunk
Bug 493037 looks like a good candidate for causing this.
Blocks: 493037
Comment 2•16 years ago
|
||
Another symptom: If mouse wheel scrolling is set to a page at a time, the browser page will move to the top or bottom of the page. I have to use the scroll bar to move to anywhere other than the top or bottom of the page if the page is more that two screen heights long.
Comment 4•16 years ago
|
||
This also appears on Windows 7.
![]() |
Assignee | |
Comment 5•16 years ago
|
||
My refactor patch in 487245 split the wheel scroll event handling out into an
event handler, which introduced a bug where aRetValue was not set correctly.
This patch addresses that and also adds some commenting to OnWheelScroll to
clearly explain what the handler does.
Assignee: nobody → jmathies
![]() |
Assignee | |
Updated•16 years ago
|
This also appears on Windows XP - Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090630 Minefield/3.6a1pre (.NET CLR 3.5.21022). This is extremely annoying. The middle-click-scroll speed is the same as it has always been, though.
Updated•16 years ago
|
Attachment #386052 -
Flags: review+
![]() |
Assignee | |
Comment 7•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 8•16 years ago
|
||
Verified Fixed using hourly build:
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2a1pre) Gecko/20090630 Minefield/3.6a1pre Firefox/3.0.11 ID:20090630122827
changeset:
http://hg.mozilla.org/mozilla-central/rev/0ebf4f99895e
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Component: General → Widget: Win32
QA Contact: general → win32
Comment 9•16 years ago
|
||
A unittest for this would be great. :)
![]() |
Assignee | |
Comment 10•16 years ago
|
||
(In reply to comment #9)
> A unittest for this would be great. :)
I was wondering the same thing, why didn't a unit test pick this up? Maybe it's hard to do as mouse drivers are involved in defining scroll speeds.
Comment 11•16 years ago
|
||
This still seems to be happening in 3.6 alpha 1. I'm running Windows 7.
Comment 12•16 years ago
|
||
(In reply to comment #11)
> This still seems to be happening in 3.6 alpha 1. I'm running Windows 7.
What you see is not this bug, but an intentional change in the scrolling behavior. See http://margaret.mit.edu/2009/08/making-firefox-feel-faster/ for more details (bug 462809).
You need to log in
before you can comment on or make changes to this bug.
Description
•