Comment #4 on issue 19421 by [email protected]: Korean IME does not
work in the omnibox
http://code.google.com/p/chromium/issues/detail?id=19421
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=23702
------------------------------------------------------------------------
r23702 | [email protected] | 2009-08-19 01:35:17 -0700 (Wed, 19 Aug 2009)
| 9 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/autocomplete/autocomplete_edit_view_mac.mm?r1=23702&r2=23701
A quick fix for Issue 19421.
This issue is caused by AutocompleteEditViewMac::SetText() that updates the
value of an AutocompleteEditField instance while an input method is
composing text. Same as Windows, NSTextView finishes an ongoing composition
when we update the value of an AutocompleteEditField object.
To fix this issue, we check whether or not NSTextView has marked text and
exit if it has.
BUG=19421 "Korean IME does not work in the omnibox"
TEST=Select Korean 2-set keyboard, type 'g', 'k', 's', 'r', 'm', 'f' keys,
and verify we can see two Korean syllables.
+rohitrao for reviewers since shess is out for the week
Review URL: http://codereview.chromium.org/171103
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---