-
Notifications
You must be signed in to change notification settings - Fork 343
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
HTML Editor not disposing the dialog #157
Comments
Since you are using Flutter Web, you need to use the pointer_interceptor package. Wrap your Just FYI, any widget that is interactable and will display on top of the editor, you need to wrap with this |
Hello, is this issue still resolvable by wrapping the interactable widgets inside a EDIT: I opened a new issue here |
As far as I know it should be working by wrapping the widget, so you may be correct that it is a Flutter bug. |
Yes, it has been solved with PointerInterceptor |
In my case when clicking insert link on toolbar it shows dialog on top of the html editor, how do i wrap this default dialog from the package, cant seem to find way to customize it. |
Nevermind , i found it on #69 Edit : |
Happening for me as well. I have a customised dialog for adding the link but I can't seem to access the Url text field here Here's the code for the custom dialog:
|
Hi @rutaba1 , this seems to be an issue in Flutter. What Flutter version are you using? |
Is the dialog box issue resolved ? |
How do i click the dialog button (HTML editor not disposing in the background)
The text was updated successfully, but these errors were encountered: