New issue
Advanced search Search tips

Issue 919011 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jan 7
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

onFocus and onSurroundingTextChanged events should be in order

Project Member Reported by shuchen@chromium.org, Jan 4

Issue description

Chrome Version: R73
OS: Chrome OS

When moving focus from input box A to input box B.
The IME extension should receive the events in the order.
1. blur in input box a.
2. focus in input box b.
3. onsurrounding text event fire.

What is the expected result?
1. onBlur for A.
2. onFocus for B.
3. onSurroundingTextChanged for B.

What happens instead?
1. onSurroundingTextChanged for B.
2. onBlur for A.
3. onFocus for B.

 
Status: Fixed (was: Started)

Sign in to add a comment