DescriptionChanges the text input type of Omnibox (Views) to TEXT_INPUT_TYPE_SEARCH.
If we specifies the text input type to TEXT_INPUT_TYPE_URL, MS-IME on Win8 metro thinks URL must be ASCII and always switches to Latin character mode (aka direct input mode) automatically, even if a user changed to non-Latin (e.g. Japanese) character mode last time.
This behavior is not good for those who use non-Latin characters in their daily life.
If we specifies the text input type to TEXT_INPUT_TYPE_SEARCH, MS-IME keeps the input mode specified last time.
The drawback of this CL is that MS-IME does not show '/' and '.com' keys on a software keyboard. We think this change is worth making considering the number of users who use non-Latin characters and who use Latin characters on a software keyboard.
BUG=247994
TEST=Test manually.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223584
Patch Set 1 : Changes TEXT_INPUT_TYPE_URL to TYPE_SEARCH. #Patch Set 2 : Applies the change only to CJK + Thai. #
Total comments: 4
Patch Set 3 : Fixed comments. #Patch Set 4 : Synced. #Messages
Total messages: 10 (0 generated)
|