Bug 9980 - Can't create tests that drag to create a selection
Summary: Can't create tests that drag to create a selection
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-17 17:58 PDT by Justin Garcia
Modified: 2007-03-07 00:46 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Garcia 2006-07-17 17:58:16 PDT
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.
Comment 1 Justin Garcia 2007-03-07 00:46:14 PST
This works now.