[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:48:17 PST 2017


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

--- Comment #2 from Noam Rosenthal <noam at webkit.org> ---
@smfr Exactly, seems like ScrollAnimator::handleWheelEvent returns false when you start 
 scrolling in the wrong direction, and then assigns the frame to stopElement. 
Maybe in a case like this one (where scroll is possible in the opposite direction) ScrollAnimator and friends should return true but not actually scroll, or alternatively return a value that would signal EventHandler to not latch?

-- 
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/f95335ba/attachment-0001.html>


More information about the webkit-unassigned mailing list