reqable / re-editor

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

在Android上当调用showMenu后并且有选择内容时,菜单定位有问题 #52

Open aa2013 opened 3 weeks ago

aa2013 commented 3 weeks ago

以下均为示例程序中的代码 步骤:

  1. 设置toolbarController image

  2. 选择文本,并在ContextMenuControllerImpl中调用showMenu 此时anchors.primaryAnchor的值为Offset(-10000.0, -10000.0),而anchors.secondaryAnchor此时不为null,为正确的值,样例程序中使用了anchors.primaryAnchor会导致菜单定位到屏幕左上角,如果不选择文本仅长按的话,primaryAnchor为(0,0), secondaryAnchor 为null image

  3. 在Android上调用showMenu后,编辑器中选择的文本没有框选背景了,感觉是被抢了焦点?现在我的解决办法是showMenu后延迟一段时间重新对selection进行赋值操作 image

  4. 还有就是Android上长按不会自动选择点击所在的文本

MegatronKing commented 3 weeks ago

你好,位置不正确不知道是不是example的问题,我用reqable测试好像没有这个问题。最后一个问题,Android上长按不会自动选择点击所在的文本,这个问题能复现。