Skip to content

Commit

Permalink
Cherry-pick 266908@main (f452a97). https://bugs.webkit.org/show_bug.c…
Browse files Browse the repository at this point in the history
…gi?id=249912

    REGRESSION(256929@main): [GLib] Extremely poor keyboard scrolling performance on various websites, view scrolls in wrong direction
    https://bugs.webkit.org/show_bug.cgi?id=249912

    Reviewed by Carlos Garcia Campos.

    Turn off the event driven smooth keyboard scrolling code. Unfortunately
    it does not work very well as of yet.

    * Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:

    Canonical link: https://commits.webkit.org/266908@main

Canonical link: https://commits.webkit.org/266719.4@webkitglib/2.42
  • Loading branch information
mcatanzaro committed Aug 15, 2023
1 parent 8700832 commit d7a3506
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2425,7 +2425,6 @@ EventHandlerDrivenSmoothKeyboardScrollingEnabled:
default: false
WebKit:
"PLATFORM(MAC)": WebKit::defaultScrollAnimatorEnabled()
"PLATFORM(GTK) || PLATFORM(WPE)": true
default: false
WebCore:
default: false
Expand Down

0 comments on commit d7a3506

Please sign in to comment.