-
Notifications
You must be signed in to change notification settings - Fork 861
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
Weird behavior on use TextField and QuillEditor on same screen #1957
Comments
Is it possible to repo this with a simpler use case? |
Yeah, give me some time to create a minimal reproducible case |
Though it will not fix the bug as it's unrelated, did you try using |
I'll try this |
This issue could be related #1899 |
It works better than the I forgot to do the reproducible example |
Is there an existing issue for this?
Flutter Quill version
9.4.8
Steps to reproduce
Just add a Textfield and a QuillEditor in different parts of the screen
Write something on the Textfield
Move to QuillEditor and you should see a double cursor instead focus just QuillEditor
Expected results
Focus correctly between QuillEditor and Textfield
Actual results
The QuillEditor and Textfield are focused both
Code sample
Code sample
[Paste your code here]
Screenshots or Video
Screenshots / Video demonstration
screen-20240629-014751.mp4
Logs
Logs
No logs at this error are showed
The text was updated successfully, but these errors were encountered: