Bug 45047

Summary: WebViews should allow their parent windows to handle WM_MOUSEACTIVATE messages
Product: WebKit Reporter: Jessie Berlin <jberlin>
Component: WebKit Misc.Assignee: Jessie Berlin <jberlin>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, jberlin, jhoneycutt
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: Windows 7   
Attachments:
Description Flags
Sets handled to false in WebViewWndProc while handling the WM_MOUSEACTIVATE message. none

Jessie Berlin
Reported 2010-09-01 11:16:47 PDT
Right now we leave handled as true when we process the WM_MOUSEACTIVATE message, which then prevents us from calling DefWindowProc (which would pass the message to the parent window). We should set handled to false when we process the WM_MOUSEACTIVATE message so we call DefWindowProc.
Attachments
Sets handled to false in WebViewWndProc while handling the WM_MOUSEACTIVATE message. (1.02 KB, patch)
2010-09-01 11:21 PDT, Jessie Berlin
no flags
Jessie Berlin
Comment 1 2010-09-01 11:21:52 PDT
Created attachment 66238 [details] Sets handled to false in WebViewWndProc while handling the WM_MOUSEACTIVATE message.
Adam Roben (:aroben)
Comment 2 2010-09-01 13:52:12 PDT
Comment on attachment 66238 [details] Sets handled to false in WebViewWndProc while handling the WM_MOUSEACTIVATE message. r=me
Jessie Berlin
Comment 3 2010-09-01 16:19:35 PDT
Comment on attachment 66238 [details] Sets handled to false in WebViewWndProc while handling the WM_MOUSEACTIVATE message. Committed in r66623 http://trac.webkit.org/changeset/66623
Note You need to log in before you can comment on or make changes to this bug.