Closed Bug 1864884 Opened 11 months ago Closed 3 months ago

Make mousewheel events also use the wheel transaction for the wheel event target

Categories

(Core :: DOM: Events, task, P3)

task

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.

Priority: -- → P3
See Also: → 1856775, 1863194
Blocks: 1851378
Assignee: nobody → drobertson
Whiteboard: [apz-wheelevents]

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.

Status: NEW → RESOLVED
Closed: 3 months ago
Duplicate of bug: 1888946
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.