Typing before the decoders load can cause typos |
||
Issue descriptionChrome Version: 71.0.3554.0 OS: Chrome This is difficult to reproduce manually, but easy to do with an automated test. 1) Login 2) Open the virtual keyboard 3) Before the decoders finished loading, type "he" 5) After the decoders load, type "llo" 6) Decoder only sees "llo" and autocorrects it. Can we queue up events in a buffer when the decoder is loading and then pass it on when the decoder loads? I think it doesn't really affect users though...only automated tests.
,
Sep 21
I see...I agree we should not block typing. How about, we still allow users to type (like current behaviour), but we save the characters somewhere in a buffer. When the decoder loads, we send those characters to the language model so that the autocompletion gets the whole word. I don't know much about how decoders work, so if this is too complicated then we don't need to fix this. I'll just run the automated tests with autocorrection off.
,
Sep 25
|
||
►
Sign in to add a comment |
||
Comment 1 by wuyingbing@chromium.org
, Sep 21