[Webkit-unassigned] [Bug 149526] wheel event triggered only once per touchpad touch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 7 17:43:58 PDT 2016


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

--- Comment #7 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
This happens because EventDispatcher::wheelEvent() sends the event to the scrolling tree, which claims to handle it (by doing fast scrolling), so we never end up in the event dispatching code.

What should really happen here is that we make the whole page be a slow event region.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160408/892773dc/attachment.html>


More information about the webkit-unassigned mailing list