Closed
Bug 501390
Opened 15 years ago
Closed 15 years ago
excessive wheel scroll scroll distance
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 501379
People
(Reporter: jimm, Assigned: jimm)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Since bug 487245 landed, wheel scroll distance seems to have increased significantly on windows.
Comment 1•15 years ago
|
||
Bug 501379 and this appear to be dups.
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 3•15 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.
You need to log in
before you can comment on or make changes to this bug.
Description
•