Comment #13 on issue 3798 by [email protected]: Press Tab to search  
Google mode: doesn't work with some Chinese IMEs
http://code.google.com/p/chromium/issues/detail?id=3798

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=32166

------------------------------------------------------------------------
r32166 | [email protected] | 2009-11-17 01:00:12 -0800 (Tue, 17 Nov 2009)  
| 6 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/autocomplete/autocomplete_edit_view_win.cc?r1=32166&r2=32165

A quick fix for Issue 3798.
Some Chinese IMEs insert whitespace characters (U+3000) instead of input  
characters while they are composing text. So, trimming these whitespace  
characters (at the beginning of an omnibox) prevents from inputting text on  
these IMEs. As a quick fix, this change prevent our  
AutocompleteEditViewWin::OnImeComposition() from starting auto-complete  
when an omnibox starts with whitespace characters.

BUG=3798
TEST=Type "google.com" on Omnibox, type "Tab" to start tab-to-search,  
type 'nihao' on Microsoft New Phonetic IME, and see we can see Chinese  
characters in the omnibox.
Review URL: http://codereview.chromium.org/391070
------------------------------------------------------------------------


--
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

Reply via email to