Open
Bug 1888542
Opened 8 months ago
Passive wheel events should be cancelable (failures in WPT /dom/events/non-cancelable-when-passive/passive-wheel*.html)
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
NEW
People
(Reporter: twisniewski, Unassigned)
References
(Blocks 1 open bug, )
Details
We are failing a number of tests in this directory due to not supporting mousewheel
events (bug 1529953), but also because passive wheel
events aren't cancelable (the tests check event.cancelable).
You need to log in
before you can comment on or make changes to this bug.
Description
•