[Webkit-unassigned] [Bug 40471] New: [Qt] Carbon mouse event has uninitialized time stamp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 11 05:08:49 PDT 2010


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

           Summary: [Qt] Carbon mouse event has uninitialized time stamp
           Product: WebKit
           Version: 420+
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: qt-info at nokia.com
                CC: vestbo at webkit.org


In the Carbon event model, the EventRecord has a field named "when". This field is not initialized for mouse events that are sent to NPP_HandleEvent; it has a garbage value.

In the handlMouseEvent function in PluginViewMac.cpp, the "when" field isn't filled in. There are several places in this file where an EventRecord is created, and this is the only one that fails to initialize the when field. 

(Bug reported against Qt version 4.6.2)

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