WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
240235
overscroll-behavior: none doesn't prevent rubberbanding reliably in scroll-snap containers
https://bugs.webkit.org/show_bug.cgi?id=240235
Summary
overscroll-behavior: none doesn't prevent rubberbanding reliably in scroll-sn...
Bruno Stasse
Reported
2022-05-09 08:26:35 PDT
Created
attachment 459044
[details]
testcase Hello. Here is a bug related to `overscroll-behavior: none`, which is not working as intended in Safari TP. `overscroll-behavior: none` should prevent all rubberbanding, and indeed does in a normal scroll container. In a scroll-snap container however, it doesn't prevent it reliably. How to reproduce the issue in the test case: - in the vertical scroll container, scroll all the way up or down relatively fast, and see rubberbanding - in the horizontal scroll container, scroll all the way left or right relatively fast, and see rubberbanding See the video for what to look for. Note, as indicated in the test case, that you might encounter this other bug related to rubberbanding:
https://bugs.webkit.org/show_bug.cgi?id=236536
, as well as this one related to overscroll-behavior in horizontal scroll containers:
https://bugs.webkit.org/show_bug.cgi?id=240183
. Please let me know if you need more information.
Attachments
testcase
(3.20 KB, text/html)
2022-05-09 08:26 PDT
,
Bruno Stasse
no flags
Details
testcase_video
(4.03 MB, video/quicktime)
2022-05-09 08:27 PDT
,
Bruno Stasse
no flags
Details
testcase_video2
(4.71 MB, video/quicktime)
2022-05-10 06:38 PDT
,
Bruno Stasse
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Bruno Stasse
Comment 1
2022-05-09 08:27:59 PDT
Created
attachment 459045
[details]
testcase_video Video of the testcase.
Radar WebKit Bug Importer
Comment 2
2022-05-09 11:54:16 PDT
<
rdar://problem/92977409
>
Bruno Stasse
Comment 3
2022-05-10 06:38:42 PDT
Created
attachment 459116
[details]
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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug