You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2023. It is now read-only.
Autocorrect very quickly breaks the editor. On a Nexus 4 with the default keyboard, if I do this:
Focus the editor
Type 'T' 'h' 'i'
Hit space. It autocorrects to 'This ' and the editor loses focus.
Refocus the editor at the end of the line.
Hit delete three times, to get to 'Th'
Hit 'i' 's' and then space.
At this point you expect the text to be "This ", but in fact after the space it becomes "Th". And now the editor is in a bad state, and continued typing produces unpredictable results, e.g. hitting backspace followed by 'i' at this point gives you "Thisi".
More generally, you get unpredictable behavior very quickly by just combining normal typing, autocorrect, and delete.