Bug 121952

Summary: [GTK][WK2] WTR has problems with mouse events
Product: WebKit Reporter: Manuel Rego Casasnovas <rego>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: cgarcia, jfernandez, mrobinson, zan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Example test case to reproduce the issue none

Manuel Rego Casasnovas
Reported 2013-09-26 06:06:41 PDT
Created attachment 212697 [details] Example test case to reproduce the issue If you use the attached XML as a layout test, and use the very same file as expected (creating a ref-test). You'll see that the test doesn't pass in WK2 (while it pass without problems in WK1). If you add the following lines at the beginning of select(fromId, toId): eventSender.mouseMoveTo(0, 0); eventSender.mouseDown(); eventSender.mouseUp(); Then the test passes properly both in WK1 and WK2. I guess it could be related with the implementation of mouse events in WTR.
Attachments
Example test case to reproduce the issue (1.13 KB, text/html)
2013-09-26 06:06 PDT, Manuel Rego Casasnovas
no flags
Manuel Rego Casasnovas
Comment 1 2013-09-26 10:17:37 PDT
*** This bug has been marked as a duplicate of bug 120401 ***
Note You need to log in before you can comment on or make changes to this bug.