[Webkit-unassigned] [Bug 207250] [Win][MiniBrowser] Accelerator keys don't work unless the main window is focused

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 5 03:25:33 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=207250

Fujii Hironori <Hironori.Fujii at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #389774|0                           |1
        is obsolete|                            |

--- Comment #6 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Created attachment 389789

  --> https://bugs.webkit.org/attachment.cgi?id=389789&action=review

WIP patch

* Split the accelerator table into pre and post.
* WebKit2 WebView bubbles up WM_COMMAND message to the parent
* SetFocus the brower window when WM_ACTIVATE of the main window

issue#2 and issue#4 still remain
Ctrl+R doesn't work for WebKit1 because it doesn't have didNotHandleKeyEvent
Ctrl+W doesn't work for WebKit1 because I din'd add the code bubbling up WM_COMMAND. Shold I add it to WebKit1?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200205/439d32b0/attachment.htm>


More information about the webkit-unassigned mailing list