Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUESTION] Problems with drawer over text editor #30

Closed
andeersonluiz opened this issue Apr 30, 2021 · 2 comments
Closed

[QUESTION] Problems with drawer over text editor #30

andeersonluiz opened this issue Apr 30, 2021 · 2 comments
Labels
awaiting-response Awaiting response from OP question Further information is requested

Comments

@andeersonluiz
Copy link

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

@andeersonluiz andeersonluiz added the question Further information is requested label Apr 30, 2021
@tneotia
Copy link
Owner

tneotia commented Apr 30, 2021

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.

@tneotia tneotia added the awaiting-response Awaiting response from OP label May 3, 2021
@andeersonluiz
Copy link
Author

Good!! Resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-response Awaiting response from OP question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants