Closed
Bug 1864884
Opened 1 year ago
Closed 8 months ago
Make mousewheel events also use the wheel transaction for the wheel event target
Categories
(Core :: DOM: Events, task, P3)
Core
DOM: Events
Tracking
()
RESOLVED
DUPLICATE
of bug 1888946
People
(Reporter: dlrobertson, Assigned: dlrobertson)
References
Details
(Whiteboard: [apz-wheelevents] )
Wheel events use the wheel transaction to populate the event target, while mousewheel events do not. mousewheel events are deprecated, but they are still used and there do seem to be some cases in the wild where this causes a less than great scrolling experience.
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•10 months ago
|
Assignee: nobody → drobertson
Assignee | ||
Updated•10 months ago
|
Whiteboard: [apz-wheelevents]
Assignee | ||
Comment 1•8 months ago
|
||
This was actually a misdiagnosis on my part. I thought the issue was that we were not handling mousewheel events properly, but in fact we were not handling wheel transactions properly when scrolling over a iframe. The real cause of this issue is fixed by bug 1902017 and bug 1888946.
You need to log in
before you can comment on or make changes to this bug.
Description
•