[Webkit-unassigned] [Bug 156834] New: [GTK] WebKitWebView should propagate wheel events not handled by the web process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 21 00:51:17 PDT 2016


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

            Bug ID: 156834
           Summary: [GTK] WebKitWebView should propagate wheel events not
                    handled by the web process
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bugs-noreply at webkitgtk.org, mcrha at redhat.com

We are currently swallowing all wheel events unconditionally, not allowing applications to handle wheel events when not handled by us. Since the GTK+ event propagation system is synchronous, and our events are handled asynchronously, we need to do something similar to what we do for key events, not propagate the vent the first time and if not handled by the web process, re-inject it in the event loop and then just propagate it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160421/46ac62d5/attachment.html>


More information about the webkit-unassigned mailing list