[Webkit-unassigned] [Bug 212593] New: [GTK4] Wheel events are always handled by the main frame view
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 1 05:02:44 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=212593
Bug ID: 212593
Summary: [GTK4] Wheel events are always handled by the main
frame view
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cgarcia at igalia.com
CC: bugs-noreply at webkitgtk.org
Depends on: 212592
Blocks: 210100
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.
Referenced Bugs:
https://bugs.webkit.org/show_bug.cgi?id=210100
[Bug 210100] [META][GTK][GTK4] Support GTK4
https://bugs.webkit.org/show_bug.cgi?id=212592
[Bug 212592] [GTK4] Fix pointer lock in X11
--
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/20200601/2104ce5e/attachment.htm>
More information about the webkit-unassigned
mailing list