WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
64674
[GTK] Korean Hangul can't be typed when contentEditable is true and designMode is on
https://bugs.webkit.org/show_bug.cgi?id=64674
Summary
[GTK] Korean Hangul can't be typed when contentEditable is true and designMod...
Joone Hur
Reported
2011-07-17 18:35:29 PDT
There seems a conflict when we set contentEditable and designMode at the same time. Chrome browser has a similar problem on Linux.
Attachments
Add attachment
proposed patch, testcase, etc.
Hironori Bono
Comment 1
2011-07-18 23:52:16 PDT
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
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug