[Webkit-unassigned] [Bug 240235] overscroll-behavior: none doesn't prevent rubberbanding reliably in scroll-snap containers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 10 06:38:42 PDT 2022


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

--- Comment #3 from Bruno Stasse <augus.dupin at gmail.com> ---
Created attachment 459116

  --> https://bugs.webkit.org/attachment.cgi?id=459116&action=review

testcase_video2

On top of the initial bug, an additional one makes it even worse: in horizontal scroll containers, if you scroll horizontally during rubberbanding (which should not occur), then history navigation is triggered, causing you to either go to the previous or to the next page.

This adds to the problem caused by this bug, and should not occur for two reasons:
1. rubberbanding should not occur (this bug);
2. history navigation should be prevented (but is not at all because of this bug: https://bugs.webkit.org/show_bug.cgi?id=240183).

See the second attached video where the problem is visible.

-- 
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/20220510/90bec326/attachment.htm>


More information about the webkit-unassigned mailing list