tneotia/html-editor-enhanced

[QUESTION] Problems with drawer over text editor

andeersonluiz opened this issue · 2 comments

Hello, i'm with an bug when open drawer and the buttons is above of the text editor. Not get click on button because the cursor stay like were editting (focused) text and when clicked is possible write text with drawer open. Is there a way to solve problem?

Inside the red box is not possible click on drawer buttons.

bug2

link of the example project that reproduces the problem: https://drive.google.com/file/d/1LRvKS8xs2-rtDHOjP99IWth7EPIx5FFq/view?usp=sharing

Ah yes I should have added a note about this in the README. You have to use the pointer interceptor package: https://pub.dev/packages/pointer_interceptor

Wrap your drawer with that widget and it will work again. This is an issue with Flutter at the moment.

Good!! Resolved