Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Broken on Android mobile web #102

@rgossiaux

Description

@rgossiaux

Autocorrect very quickly breaks the editor. On a Nexus 4 with the default keyboard, if I do this:

  1. Focus the editor
  2. Type 'T' 'h' 'i'
  3. Hit space. It autocorrects to 'This ' and the editor loses focus.
  4. Refocus the editor at the end of the line.
  5. Hit delete three times, to get to 'Th'
  6. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions