[Webkit-unassigned] [Bug 7795] New: eventSender.mouseClick() cannot be used for sending double-click events

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Mar 15 22:02:09 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7795

           Summary: eventSender.mouseClick() cannot be used for sending
                    double-click events
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P4
         Component: Tools
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: macdome at opendarwin.org


eventSender.mouseClick() cannot be used for sending double-click events

I believe the events end up getting posted in the wrong order, since the code
posts the mouseDown directly, yet adds the mouseUp to the event queue.  When I
tried to make them both direct another test started hanging.  When I tried to
make them both deffered, another test started failing.  I think we want them
both direct anyway.

The attached test case (when run under DumpRenderTree) demonstrates the
problem.


-- 
Configure bugmail: http://bugzilla.opendarwin.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