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+

Description mitz 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.
Comment 1 mitz 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.
Comment 2 Darin Adler 2006-03-04 11:23:55 PST
Comment on attachment 6842 [details]
Patch

r=me