[Webkit-unassigned] [Bug 60728] New: [Qt] PlatformMouseEvent(QGraphicsSceneMouseEvent*, int clickCount) doesn't handle ContextMenu events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 12 14:33:18 PDT 2011


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

           Summary: [Qt] PlatformMouseEvent(QGraphicsSceneMouseEvent*, int
                    clickCount) doesn't handle ContextMenu events
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dbates at webkit.org
                CC: benjamin at webkit.org


While working on the fix for bug #58863 I noticed that PlatformMouseEvent(QGraphicsSceneMouseEvent*, int clickCount) and PlatformMouseEvent(QInputEvent*, int clickCount) differ in that the former doesn't handle QEvent::ContextMenu events while the latter does. It seems strange that such asymmetry exists given the similarity between these constructors.

-- 
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