-
Notifications
You must be signed in to change notification settings - Fork 364
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
[BUG] Lose focus on editor (version 2.2.0+1-dev.1) #84
Comments
Yep this is another bug with focus on the editor. Can't do anything here because when the user clicks on a button it will remove focus from the WebView for some reason. |
Can we use focus node to manually control focus in editor |
Unfortunately no because the editor is a webview, it does not have a focus node. |
So there is no way to regain focus once it is lost? |
That is correct, you cannot programatically regain the focus in the editor. Once Flutter adds better platform support for webview, hopefully this will be possible. |
The original issue has been fixed, but for tracking focus issues please see #47 |
@tneotia thank you I will update to newest version and give it a try. Thanks 👍 |
Describe the bug
Lost focus on editor (in a bottomsheet) after picking color. So user cannot continue to type with color format.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Html editor should show new text with color format
Device:
Virtual machine Android 8.0
The text was updated successfully, but these errors were encountered: