[Webkit-unassigned] [Bug 199322] REGRESSION(r246033/r246496): [GTK] Kinetic scrolling doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 19 08:10:34 PDT 2019


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

--- Comment #25 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Problem is WebWheelEvent in WebEvent.h, it uses #if PLATFORM(COCOA) and #if PLATFORM(GTK) guards but isn't prepared for PLATFORM(WPE). I think it would probably be easy to adjust the guards to work for WPE. If not, could always disable kinetic scrolling for WPE.

-- 
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/20190719/2bcf2d9d/attachment.html>


More information about the webkit-unassigned mailing list