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

Issue 890564 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner:
Closed: Oct 2
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug

Blocking:
issue 888402



Sign in to add a comment

Gesture doesn't work as expected in omnibox and url input

Project Member Reported by iloahz@chromium.org, Sep 29

Issue description

Chrome Version: 70
OS: Chrome OS

What steps will reproduce the problem?
(1) focus on omnibox or url input
(2) input with VK's gesture
(3) check the candidates

What is the expected result?
Candidates should show in header bar when done gliding.

What happens instead?
Candidates flashes when gliding and disappears when done gliding.

 
One of the root cause is omnibox or global search box consider composition as part of context, and fire the onSurroundingTextChanged event.

The other root cause is when you call "commitText" then call "setComposition" at once. You can't expect "setComposition" execution slower than "commitText".
Blocking: 888402
Status: Fixed (was: Assigned)

Sign in to add a comment