[Webkit-unassigned] [Bug 184231] REGRESSION(r228260):WebHTMLView beeps at every keydown for Chinese/Japanese/Korean Input Method

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 1 23:52:26 PDT 2018


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

--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org> ---
The problem here is that EventHandler::internalKeyEvent sets setDefaultHandled when the key event is handled by input method. Because we clear m_defaultHandled flag before dispatching the event after r228260, EventHandler::keyEvent ends up returning false and resulting in the beep.

Arguably, this is a misuse of m_defaultHandled flag.

-- 
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/20180402/5b5394cc/attachment-0002.html>


More information about the webkit-unassigned mailing list