[Webkit-unassigned] [Bug 9980] New: Can't create tests that drag to create a selection

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Jul 17 17:58:17 PDT 2006


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

           Summary: Can't create tests that drag to create a selection
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: justin.garcia at apple.com


Try something like:

eventSender.mouseMoveTo(x, y);
eventSender.mouseDown();
eventSender.leapForward(1000);
eventSender.mouseMoveTo(x+ 30, y);
eventSender.mouseUp();

It doesn't work as expected.


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