reqable / re-editor

Re-Editor is a powerful lightweight text and code editor widget.
https://pub.dev/packages/re_editor
MIT License
510 stars 51 forks source link

[Mobile] Toolbar and Selection Abnormal work #8

Closed canxin121 closed 6 months ago

canxin121 commented 7 months ago

During my use on iOS, I found that both double clicking and long pressing will trigger the toolbar, which makes it impossible to move both cursors to select content.

Simultaneously long press and hold to select a section of text, and you will find that only the last selected short section of text is copied to the clipboard after copying.

Somtobro commented 7 months ago

Yeah, even on Android. And I also noticed setting controller.text =''; apart from the initState like using a button function makes the keyboard not show again.

iraycd commented 7 months ago

I can't select the text on the mobile if I implement toolbarController. I want the toolbar on long press or on the selection. Usually I paste to replace the existing stuff. Which is not possible right now.

MegatronKing commented 6 months ago

It was fixed on the latest version.