Bug 236060 - Turn overscroll-behavior on by default
Summary: Turn overscroll-behavior on by default
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nikos Mouchtaris
URL:
Keywords: InRadar
Depends on:
Blocks: 176454
  Show dependency treegraph
 
Reported: 2022-02-02 23:41 PST by Nikos Mouchtaris
Modified: 2022-02-23 09:55 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.18 KB, patch)
2022-02-03 00:14 PST, Nikos Mouchtaris
no flags Details | Formatted Diff | Diff
Patch (1.24 KB, patch)
2022-02-03 15:30 PST, Nikos Mouchtaris
ntim: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikos Mouchtaris 2022-02-02 23:41:18 PST
Turn overscroll-behavior on by default
Comment 1 Nikos Mouchtaris 2022-02-02 23:42:22 PST
rdar://86127402
Comment 2 Nikos Mouchtaris 2022-02-03 00:14:40 PST
Created attachment 450740 [details]
Patch
Comment 3 Darin Adler 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?
Comment 4 Nikos Mouchtaris 2022-02-03 15:30:51 PST
Created attachment 450830 [details]
Patch
Comment 5 Tim Nguyen (:ntim) 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?
Comment 6 Nikos Mouchtaris 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.
Comment 7 Nikos Mouchtaris 2022-02-11 17:35:53 PST
Committed r289683 (247169@trunk): <https://commits.webkit.org/247169@trunk>