After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 679048 - [WebKit2] Make smooth scrolling optional
[WebKit2] Make smooth scrolling optional
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks: 678610
 
 
Reported: 2012-06-28 11:04 UTC by Xan Lopez
Modified: 2012-10-09 07:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (932 bytes, patch)
2012-10-08 16:14 UTC, Carlos Garcia Campos
committed Details | Review

Description Xan Lopez 2012-06-28 11:04:10 UTC
WK2 seems to enable smooth scrolling by default. Some people really dislike this, and we already have a GSetting to control it (although it never did anything in WK1, and does nothing in WK2 either). We should make WebKit2 respect that setting.
Comment 1 Carlos Garcia Campos 2012-10-08 13:46:13 UTC
See wk bug with patch:

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

The smooth scrolling setting will be disabled by default, so once the wk patch lands we don't need to do anything, unless we want to honor the gsetting key.
Comment 2 Xan Lopez 2012-10-08 14:02:24 UTC
I think we definitely want to hook our GSetting to WebKit's setting, yeah.
Comment 3 Carlos Garcia Campos 2012-10-08 16:14:28 UTC
Created attachment 226057 [details] [review]
Patch

I think this is all we need to make it work for both wk1 and wk2.
Comment 4 Xan Lopez 2012-10-08 16:44:27 UTC
Review of attachment 226057 [details] [review]:

OK, cool!