visual-space / visual-editor

Rich text editor for Flutter based on Delta format (Quill fork)
MIT License
283 stars 44 forks source link

Toolbar - Wrong pointer over toolbar when text is selected #30

Closed adrian-moisa closed 1 year ago

adrian-moisa commented 2 years ago

I'd expect the same behaviour from the pointer with or without selected text. Clicking outside of the text area (thus disabling the caret) restores the pointer feature on the toolbar (even if the text selection is still rendered).

https://user-images.githubusercontent.com/11160141/169670595-da991a1b-a676-4c73-91ed-903971f77a7e.mov

Join us on discord to get implementation advice and help or follow us on YouTube Visual Coding to learn more about the architecture of Visual Editor and other Flutter software architecture advice.

adrian-moisa commented 2 years ago

Same issue is affecting the checkboxes as well. The checkbox has no pointer cursor behaviour or any indication of state being clickable (hovered state).

adrian-moisa commented 1 year ago

Duplicate of #122