RESOLVED FIXED 212593
[GTK4] Wheel events are always handled by the main frame view
https://bugs.webkit.org/show_bug.cgi?id=212593
Summary [GTK4] Wheel events are always handled by the main frame view
Carlos Garcia Campos
Reported 2020-06-01 05:02:44 PDT
It's not possible scroll other scrollable areas with the mouse wheel. This is because we are using the given x, y delta in the scroll signal as the position. In GTK4 the scroll event doesn't include a position, so we have to use the last motion event.
Attachments
Patch (7.13 KB, patch)
2020-06-01 05:06 PDT, Carlos Garcia Campos
aperez: review+
Carlos Garcia Campos
Comment 1 2020-06-01 05:06:28 PDT
EWS Watchlist
Comment 2 2020-06-01 05:07:01 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Carlos Garcia Campos
Comment 3 2020-06-01 05:55:57 PDT
Note You need to log in before you can comment on or make changes to this bug.