Bug 61212

Summary: Add a test that shows WKView isn't calling ::SetCursor too often
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal Keywords: PlatformOnly
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   

Adam Roben (:aroben)
Reported 2011-05-20 13:48:25 PDT
We need a test that shows that bug 61211. Specifically, we should test that WKView is only calling ::SetCursor in response to WM_SETCURSOR. We might be able to write a test that subclasses the WKView, overrides WM_SETCURSOR to set a custom cursor, moves the mouse, and then later checks that that ::GetCursor returns the custom cursor instead of whatever WKView would have set the cursor to.
Attachments
Alexey Proskuryakov
Comment 1 2011-05-20 16:23:31 PDT
*** This bug has been marked as a duplicate of bug 61213 ***
Note You need to log in before you can comment on or make changes to this bug.