singerdmx / flutter-quill

Rich text editor for Flutter
https://pub.dev/packages/flutter_quill
MIT License
2.6k stars 840 forks source link

Context Menu Position Covers the Selected Text. #2115

Closed SalhabNoman closed 2 months ago

SalhabNoman commented 3 months ago

Is there an existing issue for this?

Flutter Quill version

10.2.0

Steps to reproduce

1- Write any text. 2- Long press on any word to select it. 3- The word/sentence is no longer visible due to the context menu showing right above it.

Expected results

For the context menu to be rendered but with a bottom/top padding for the selected text to still be visible to the user.

Actual results

The text is being covered by the menu's appearance position.

Code sample

No Code Sample Available.

Additional Context

Screenshot (1362)

CatHood0 commented 2 months ago

I think this issue was fixed at some of the lastest versions of the package. If the issue persists, please reopen this issue again.

EchoEllet commented 2 months ago

@SalhabNoman Can you confirm is this still an issue in recent versions?