[Webkit-unassigned] [Bug 121952] New: [GTK][WK2] WTR has problems with mouse events
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 26 06:07:40 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=121952
Summary: [GTK][WK2] WTR has problems with mouse events
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rego at igalia.com
Created an attachment (id=212697)
--> (https://bugs.webkit.org/attachment.cgi?id=212697&action=review)
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.
--
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