[Webkit-unassigned] [Bug 280085] Wheel event with preventDefault() and DOM updates not preventing page scroll
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 23 14:01:10 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=280085
--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
The mitigation only makes sense for active listeners. We already know that passive listeners can't call `preventDefault` and thus prevent scrolling, so we just allow scrolling always when we get a wheel event on an element with a passive listener.
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240923/0f12c8e3/attachment.htm>
More information about the webkit-unassigned
mailing list