[Webkit-unassigned] [Bug 168300] [GTK] Slow scroll adjustment when using a mouse wheel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 7 14:22:42 PST 2023


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

--- Comment #13 from Michael Catanzaro <mcatanzaro at gnome.org> ---
(In reply to Fabian Bornschein from comment #11)
> I think probably the best option would be to expose it to the downstream
> developer to configure it themself. With a hint that 120 is a good value, as
> it's used by chromium¹, should feel familiar and something like 60 is a nice
> value for list views and so on.

So thanks for linking to this code. One easy solution is to simply copy what Chrome does: use 40 for Apple (matching what we already have) and 120 for everything else. (Could also use 63 for Android, except Android support is only maintained downstream currently.) That way we can do it now without waiting until September to add new API, and revert it whenever if we change our minds. Adding API makes everything much more complicated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230307/a30b2227/attachment.htm>


More information about the webkit-unassigned mailing list