[Webkit-unassigned] [Bug 24103] New: [GTK] Use correct return value for WebView button-release handler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 23 13:55:36 PST 2009


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

           Summary: [GTK] Use correct return value for WebView button-
                    release handler
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xan.lopez at gmail.com


We are returning whatever the core code tells us it did, but this does not play
well with the GTK+ model. GTK+ in general expects it will see a button-release
if it saw a button-press and no motion/leave/etc events in between.
EventHandler.cpp will, in some cases, not handle press but handle release,
confusing the parent container of the WebView.

As a workaround return always FALSE for button-release (this is the same than
the Windows port does).


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



More information about the webkit-unassigned mailing list