Changes 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. Review URL: https://chromiumcodereview.appspot.com/23159008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223584 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment