flutter-quill
flutter-quill copied to clipboard
Incorrect cursor location in the QuillEditor when using timeStamp embed in the example
Incorrect cursor location in the QuillEditor when using timeStamp embed in the example
steps to encounter the issue:
- Run the example
- click the clock icon to add a timestamp ( top-left of navbar )
- Click undo button in the toolbar;
- Click the redo button in the toolbar
- repeat steps 3 and 4
you will find the location of the cursor is an error
I think the location of the cursor should be the end ; Run quill example, add a timestamp, then click undo-redo, cursor location error
Thank you for the report, can you explain where we should add the timestamp to encounter this issue??
@freshtechtips nav bar , click clock icon, add timestamp
@freshtechtips nav bar , click clock icon, add timestamp
I'm late but can you tell me what will happen in that case?? What did you find in the log?? What is the expected behavior and the current
@freshtechtips
1.run example
2.click clock icon to add timestamp ( top-left of navbar );
3.click undo;
4.click redo
repeat 3&4
you will find the location of cursor is error;
i think the location of cursor should be end ;
by the way , i'm not good at english;
@freshtechtips
1.run example 2.click clock icon to add timestamp ( top-left of navbar ); 3.click undo; 4.click redo repeat 3&4
you will find the location of cursor is error;i think the location of cursor should be end ;
by the way , i'm not good at english;
Thanks, neither I'm
I think this issue is related to howRawEditor works, don't worry we will try to fix it but it might takes some time