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

Weird behavior on use TextField and QuillEditor on same screen #1957

Closed
1 task done
CatHood0 opened this issue Jun 29, 2024 · 6 comments
Closed
1 task done

Weird behavior on use TextField and QuillEditor on same screen #1957

CatHood0 opened this issue Jun 29, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@CatHood0
Copy link
Collaborator

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
@CatHood0 CatHood0 added the bug Something isn't working label Jun 29, 2024
@singerdmx
Copy link
Owner

Is it possible to repo this with a simpler use case?
I mean, does this issue happen without the use of table?

@CatHood0
Copy link
Collaborator Author

Yeah, give me some time to create a minimal reproducible case

@EchoEllet
Copy link
Collaborator

Though it will not fix the bug as it's unrelated, did you try using EditableText? This widget is used internally by material TextField and is available on widgets.dart and doesn't require material.dart

@CatHood0
Copy link
Collaborator Author

CatHood0 commented Jul 2, 2024

Though it will not fix the bug as it's unrelated, did you try using EditableText? This widget is used internally by material TextField and is available on widgets.dart and doesn't require material.dart

I'll try this

@CatHood0
Copy link
Collaborator Author

CatHood0 commented Jul 2, 2024

This issue could be related #1899

@CatHood0
Copy link
Collaborator Author

CatHood0 commented Jul 3, 2024

Though it will not fix the bug as it's unrelated, did you try using EditableText? This widget is used internally by material TextField and is available on widgets.dart and doesn't require material.dart

It works better than the TextField, but, if you focus first at the table cell (EditableText), and after try to focus the QuillEditor then the visual bug persist.

I forgot to do the reproducible example

@CatHood0 CatHood0 closed this as completed Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants