New issue
Advanced search Search tips

Issue 804230 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Bug
M65



Sign in to add a comment

FST decoder is not consistent

Project Member Reported by wuyingbing@chromium.org, Jan 22 2018

Issue description

Chrome Version: M65

What steps will reproduce the problem?
(1) open virtual keyboard.
(2) Keep inputting "niight" then press space.
(3) Try several times, then you found "niight" suggestions doesn't make sense.

What is the expected result?
"night" should the in suggestion list.

What happens instead?
"night" candidate disappear.


 
Components: UI>Input>Text>IME
I can't repro the bug in M64 and M65 device.
But I can repro it on Linux instance.
The root cause is "chrome.input.ime.onSurroundingTextChanged" API doesn't always callback the updating context handler when commit new text.


Status: WontFix (was: Started)
When you commit "niight", then "niight" was added as word of user dictionary.
Then the candidates' rank were changed.
so it's intend behavior. 

Sign in to add a comment