[Webkit-unassigned] [Bug 76529] New: [GTK] Listen to GDK_SCROLL_MASK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 18 03:54:27 PST 2012


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

           Summary: [GTK] Listen to GDK_SCROLL_MASK
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: carlosg at gnome.org
                CC: xan.lopez at gmail.com, gns at gnome.org, cgarcia at igalia.com


There's a funny misbehavior in GTK+ where it sends scroll events to widgets listening to GDK_BUTTON_PRESS_MASK (perhaps dates from the old days where apps listened to 4-7 button presses), WebKitWebView seems to rely on this behavior and doesn't set GDK_SCROLL_MASK in the event mask, given it already seems to handle scroll events, adding this bit to the mask should be quite harmless, mostly for correctness

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list