[Webkit-unassigned] [Bug 146639] [GTK] Browsers crash when an input method is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 16 03:13:00 PDT 2015


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

--- Comment #12 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Ok, understood the whole issue now. Some input methods handle the keyboard events before the web view, so preedit signals are emitted but no key event has been handled by the web view. The solution is to send the fake events directly to the page, without going through the web view, since fake events will never generate editing commands.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150716/3a1bde14/attachment.html>


More information about the webkit-unassigned mailing list