New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 778360 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Oct 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Chrome OS: Blurring text box while composition is active moves insertion point one character to the right

Project Member Reported by rlanday@chromium.org, Oct 25 2017

Issue description

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 .

 
hangul_test.html
1.2 KB View Download
Cc: rlanday@chromium.org
Labels: OS-Windows
Status: WontFix (was: Untriaged)
I apologize, I think this isn't actually a real bug, but just the test case having some extra JavaScript at the end (which I commented out when testing on other platforms). My bad.
Labels: -OS-Windows

Sign in to add a comment