[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 01:36:24 PST 2023


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

--- Comment #10 from Carlos Garcia Campos <cgarcia at igalia.com> ---
I don't think we are matching gtk, but Safari. We use a fixed value of 40 pixels per line step, defined in WebCore::Scrollbar::pixelsPerLineStep() for all platforms. I think gtk has a different value depending on the document size:

scroll_step = pow (page_size, 2.0 / 3.0);

-- 
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/cf088d6f/attachment.htm>


More information about the webkit-unassigned mailing list