I noticed some weird jumping / modifying / deleting behavior when adding markup to existing text on android.
Info
- Platform: Android
- Platform version: 10
- App Version: 4.0.4
Reproduce
- Create a new note with some text. I’m gonna use “Hello World how are you?”
- Move the cursor to the beginning and type “>” (this changes the formatting to quote)
- Type Space
Expected text resulting from this:
> Hello World how are you?
Text I actually get:
>Hello d how are you?
The cursor is positioned at the end.
Trying to insert text between “Hello” and “World” makes the cursor jump to after “World”
Related
This issue might be related: Android typing impossible to use
I also noticed a related behavior when trying to do the following, but I couldn’t reproduce:
- Write some text.
- Insert “**” at the end (!) of the text.
- Insert “**” at the beginning to make the text bold.