Chrome Version: 62.0.3202.62 (Official Build) (64-bit)
OS: (e.g. Win7, OSX 10.9.5, etc...)
What steps will reproduce the problem?
(1) Set up an IME on Chrome OS that uses compositions to enter text (e.g. Hangul or Japanese input).
(2) Open the attached hangul_test.html file in Chrome.
(3) Type some text in the text box on that page. Move the insertion point so it's not at the end, then type a Japanese or Hangul character.
What is the expected result?
The insertion point should stay at the right of the newly-inserted character.
What happens instead?
The insertion point moves one character to the right. In addition, if the focus() call is removed from the JavaScript, the text box stays focused even though blur() was called (note: does not happen if the cursor is at the end of the text in the text box when blur() is called).
Note: there is a related bug causing duplicated text, which I am fixing in crbug.com/748438 .
|
Deleted:
hangul_test.html
1.2 KB
|
Comment 1 by rlanday@chromium.org
, Oct 25 2017