[Webkit-unassigned] [Bug 197168] [GTK] Back/Forward gesture interferes with scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 23 00:34:07 PDT 2019


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

--- Comment #2 from Alexander Mikhaylenko <exalm7659 at gmail.com> ---
So, what happens is that it's trying to animate the page, but the remaining distance is so small it looks like nothing is happening. And during that time you cannot scroll because you would restart the gesture if you do.

Seems we just need to be better at calculating animation duration when velocity is 0, i.e. when you just release the gesture. Currently in that case, the duration is always 400ms without considering the distance. We need something that is proportional to distance.

-- 
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/20190423/56544f5c/attachment-0001.html>


More information about the webkit-unassigned mailing list