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
I noticed a problem in the latest version (which is very good BTW!). If I have a long text and move up/down using the arrows everything works properly. Then if I tap on a different line the cursor goes to the expected position, but if I move up/down using the arrow it starts from the previous position and not from the updated one after I tapped. Left/right arrows works fine, instead.
Problem is easily reproduced running the repo example in the Android emulator:
Tap before "Rich text editor for Flutter"
Use the arrow down until "Track personal and group journals"
Tap again before "Rich text editor for Flutter"
Use the arrow down and you'll see cursor position is wrong
Tap again before "Rich text editor for Flutter"
Use the right arrow and you'll see cursor position is right
I've tried tracking down the issue in the code base but without luck... my understanding on how flutter_quill works is still limited.
This discussion was converted from issue #685 on February 25, 2022 19:03.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I noticed a problem in the latest version (which is very good BTW!). If I have a long text and move up/down using the arrows everything works properly. Then if I tap on a different line the cursor goes to the expected position, but if I move up/down using the arrow it starts from the previous position and not from the updated one after I tapped. Left/right arrows works fine, instead.
Problem is easily reproduced running the repo example in the Android emulator:
I've tried tracking down the issue in the code base but without luck... my understanding on how flutter_quill works is still limited.
Beta Was this translation helpful? Give feedback.
All reactions