[Webkit-unassigned] [Bug 218860] Events delivered when all event listeners in the ancestor chain are passive should be cancelable=false

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 12 16:09:32 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=218860

--- Comment #7 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Looking at blink code, it appears (for touch events at least) to set the event to non-cancelable if all the event listeners in the ancestor chain of the target element have passive listeners. My testing suggests that the same is true for wheel event listeners.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201113/8e9c8ef4/attachment.htm>


More information about the webkit-unassigned mailing list