[Webkit-unassigned] [Bug 169509] If a scrollable layer is at its end position and user tries to scroll it with a down-scroll gesture, it will not scroll
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Mar 11 10:52:23 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=169509
--- Comment #3 from Noam Rosenthal <noam at webkit.org> ---
We've encountered this on several occasions and the workaround do is to listen to onScroll and set the scrollTop to always be either 1 or (end of scroll - 1). I wonder if more people are doing this on the web as a workaround for this issue... I think I saw some that kind of code in JS frameworks.
--
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/20170311/f31da226/attachment-0001.html>
More information about the webkit-unassigned
mailing list