[Webkit-unassigned] [Bug 64674] [GTK] Korean Hangul can't be typed when contentEditable is true and designMode is on

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 18 23:52:16 PDT 2011


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





--- Comment #1 from Hironori Bono <hbono at chromium.org>  2011-07-18 23:52:16 PST ---
Greetings,

It seems this page changes the input focus while Editor::setComposition() sets the composition text. When moving the input focus, the FocusController class calls EditorClient::willSetInputMethodState() and EditorClient::setInputMethodState(). Unfortunately, several platforms (such as GTK, Win, and Chromium) finish the ongoing composition when the FocusController calls one of these functions. (Even though I have once added a workaround for this issue to Chromium, someone removed it somewhere between r50576 and r50677.)

(*1) http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html?path=Win/50576/
(*2) http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html?path=Win/50677/

It may be a better idea to prevent the FocusController class from calling these functions while updating composition text rather than to add my old workaround to all platform code? (This issue happens on all platforms that implement either of the above functions as noted above.)

Regards,

Hironori Bono

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list