[Webkit-unassigned] [Bug 207113] New: [GTK] Mouse wheel events on horizontal scrollbar not correctly handled when AC mode is forced

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 3 05:53:48 PST 2020


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

            Bug ID: 207113
           Summary: [GTK] Mouse wheel events on horizontal scrollbar not
                    correctly handled when AC mode is forced
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bugs-noreply at webkitgtk.org, zan at falconsigh.net

When scrolling with the mouse over an horizontal srollbar we invert the axis to scroll horizontally. When AC mode is forced this doesn't happen because async scrolling doesn't use EventHandler::handleWheelEvent() which is where the axis are inverted. I'm not sure this is easy to fix, we should move the axis inversion to EventDispatcher.cpp, but that's happening in a secondary thread and we would need to perform a hit test to check if the mouse is over an horizontal scrollbar.

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


More information about the webkit-unassigned mailing list