[Webkit-unassigned] [Bug 141001] Scroll snap points do not work in the vertical direction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 28 10:04:16 PST 2015


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

--- Comment #1 from Brent Fulgham <bfulgham at webkit.org> ---
The problem seems to be in EventHandler::defaultWheelEventHandler:

When scrolling in the horizontal direction, we do not mark the wheelEvent as 'default handled', which allows the event to bubble up and get handled by the snap logic.

When scrolling in the vertical direction, we do mark the event as 'default handled', which prevents us from bubbling the event up to the snap logic.

-- 
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/20150128/f5131d62/attachment-0002.html>


More information about the webkit-unassigned mailing list