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
Open a QuillEditor.basic with some predefined text
Click in the text
Press backspace
Expected results
The character before the cursor is deleted and the cursor remains active.
Actual results
The cursor disappears and the text is untouched. If some normal charaters are touched (a, b, c, etc...), then the character is added to the document, but the cursor disappears and no backspace is possible anymore. When the editor is touched again, the cursor is positioned correctly and works well.
Additional Context
Only observed on android. On linux, it works fine.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Flutter Quill version
10.8.5
Steps to reproduce
Expected results
The character before the cursor is deleted and the cursor remains active.
Actual results
The cursor disappears and the text is untouched. If some normal charaters are touched (a, b, c, etc...), then the character is added to the document, but the cursor disappears and no backspace is possible anymore. When the editor is touched again, the cursor is positioned correctly and works well.
Additional Context
Only observed on android. On linux, it works fine.
The text was updated successfully, but these errors were encountered: