[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 02:29:06 PST 2020


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

--- Comment #5 from Fujii Hironori <Hironori.Fujii at sony.com> ---
To solve the issue #1, it seems that I should add WM_COMMAND bubble up code in WebView.

>    case WM_COMMAND:
>        PostMessage(GetParent(hWnd), message, wParam, lParam);

https://stackoverflow.com/a/1963016

-- 
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/2c053cf0/attachment.htm>


More information about the webkit-unassigned mailing list