RESOLVED INVALID 51227
WKView needs to respond to WM_CANCELMODE
https://bugs.webkit.org/show_bug.cgi?id=51227
Summary WKView needs to respond to WM_CANCELMODE
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.