Description[Linux] Workaround issue 45478: IME dysfunctional after BACKSPACE
The reason of the issue is ibus intercepts all key events and does not
forward them to chrome at all, while webkit relies on key events to
reset one of its internal flag. This CL just fakes key down/up events if
the input method intercepts all key events.
BUG=45478
TEST=see bug report.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69067
Patch Set 1 #
Total comments: 1
Patch Set 2 : Add SendFakeKeyEvent(). #
Total comments: 1
Patch Set 3 : Rename SendFakeKeyEvent to SendFakeCompositionKeyEvent. #
Messages
Total messages: 4 (0 generated)
|