memspace / zefyr

Soft and gentle rich text editing for Flutter applications.

Home Page:https://zefyr-editor.gitbook.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selection handles are still visible when scrolled out of view port

amantoux opened this issue · comments

Steps to Reproduce

  1. Select some text
  2. Scroll until text is not visible
  3. Selection handles are displayed out of view port

capture

@pulyaevskiy I believe this should be added to 1.0 project

I think the issue here is, Zefyr does not use its own Overlay widget for the selection handles & other overlays. Instead it uses the default Overlay in the navigator. To clip the handles inside the editor area, Zefyr should use its own one. Please correct me if I'm wrong.