WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
45047
WebViews should allow their parent windows to handle WM_MOUSEACTIVATE messages
https://bugs.webkit.org/show_bug.cgi?id=45047
Summary
WebViews should allow their parent windows to handle WM_MOUSEACTIVATE messages
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug