Bug 7589

Summary: Mouse moved events do not work in DumpRenderTree
Product: WebKit Reporter: mitz
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Patch darin: review+

mitz
Reported 2006-03-04 04:42:42 PST
eventSender.mouseMoveTo() does not propagate a mouse moved event to the frame. This makes it difficult to test onmouseover/onmouseout and :hover (for the latter, I had to add a "click" to the test script in order for the mouse position to reach the frame). I am going to attach a patch.
Attachments
Patch (7.83 KB, patch)
2006-03-04 04:54 PST, mitz
darin: review+
mitz
Comment 1 2006-03-04 04:54:22 PST
Created attachment 6842 [details] Patch Note that mouse moved events will only be received following initial layout, since that's when WKSetNSWindowShouldPostEventNotifications is called.
Darin Adler
Comment 2 2006-03-04 11:23:55 PST
Comment on attachment 6842 [details] Patch r=me
Note You need to log in before you can comment on or make changes to this bug.