Bug 51227

Summary: WKView needs to respond to WM_CANCELMODE
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: andersca, sam
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   

Adam Roben (:aroben)
Reported 2010-12-16 19:56:07 PST
Classic WebKit's WebView had code to respond to WM_CANCELMODE (by calling EventHandler::lostMouseCapture, though it seems like we should probably at least send a mouse up event, too, if the mouse button was down before we got this message). WKView should do this, too. This is needed in order to behave correctly when a modal dialog appears, e.g.
Attachments
Adam Roben (:aroben)
Comment 1 2010-12-16 20:15:42 PST
Note You need to log in before you can comment on or make changes to this bug.