Bug 51227
Summary: | WKView needs to respond to WM_CANCELMODE | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | WebKit2 | Assignee: | 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)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/8780983>