RESOLVED FIXED 236060
Turn overscroll-behavior on by default
https://bugs.webkit.org/show_bug.cgi?id=236060
Summary Turn overscroll-behavior on by default
Nikos Mouchtaris
Reported 2022-02-02 23:41:18 PST
Turn overscroll-behavior on by default
Attachments
Patch (1.18 KB, patch)
2022-02-03 00:14 PST, Nikos Mouchtaris
no flags
Patch (1.24 KB, patch)
2022-02-03 15:30 PST, Nikos Mouchtaris
ntim: review+
Nikos Mouchtaris
Comment 1 2022-02-02 23:42:22 PST
Nikos Mouchtaris
Comment 2 2022-02-03 00:14:40 PST
Darin Adler
Comment 3 2022-02-03 03:43:02 PST
Comment on attachment 450740 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=450740&action=review > Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml:981 > default: false Why still off at the WebCore level?
Nikos Mouchtaris
Comment 4 2022-02-03 15:30:51 PST
Tim Nguyen (:ntim)
Comment 5 2022-02-10 16:11:38 PST
Comment on attachment 450830 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=450830&action=review > Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml:981 > WebKitLegacy: > default: false > WebKit: > - default: false > + default: true > WebCore: > - default: false > + default: true I assume leaving WebKitLegacy out was intentional?
Nikos Mouchtaris
Comment 6 2022-02-10 17:13:07 PST
(In reply to Tim Nguyen (:ntim) from comment #5) > Comment on attachment 450830 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=450830&action=review > > > Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml:981 > > WebKitLegacy: > > default: false > > WebKit: > > - default: false > > + default: true > > WebCore: > > - default: false > > + default: true > > I assume leaving WebKitLegacy out was intentional? Yes it is not possible to implement this feature for WebKitLegacy as of right now.
Nikos Mouchtaris
Comment 7 2022-02-11 17:35:53 PST
Note You need to log in before you can comment on or make changes to this bug.