[Webkit-unassigned] [Bug 176458] overflow scroll inside a grid item gets scroll offset reset to 0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 7 10:46:39 PDT 2017


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

--- Comment #6 from Ashley Gullen <ashley at scirra.com> ---
I did find a workaround: call preventDefault() on wheel events, manually offset the scroll position, and ignore scroll events with a Y of 0. This works but has non-native behavior (no longer axis-locks like native trackpad scrolling does). This means this bug doesn't block us any more, but obviously it'd be nice to have it fixed so we can remove the hack.

-- 
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/20170907/babe2ec4/attachment.html>


More information about the webkit-unassigned mailing list