Partial fix for crbug.com/120597. Send the current cursor location when one of...
Partial fix for crbug.com/120597. Send the current cursor location when one of the Japanese IMEs is enabled. Without the fix, for example, the suggestion window could be shown in a wrong place in step #6 below: 1. switch to mozc, the Japanese IME. 2. press a, press Enter. 3. repeat step #2 several times so that 'あ' is suggested when a is pressed. 4. focus text area. 5. switch to US-Qwerty, type aaaaa 6. switch to mozc, type a. The suggestion window could be shown in a wrong position because cursor location information is not sent to the IME in step #5. BUG=120597 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10066008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132389 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment