-
Notifications
You must be signed in to change notification settings - Fork 907
UnsupportedError: Cannot add to a fixed-length list when selecting or rendering large text in QuillEditor #2487
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
Comments
This is strange, could you show me some pictures or videos of how you are reproducing this error? |
I selected (Select All) a fairly large text, but not too long,The following error message (complete error) appeared. I think this only happens when the text is entirely in Arabic and also long because I tried selecting a large English text, and the error didn’t appear.
|
Have you checked for an existing issue?
Flutter Quill Version
11.0.0
Steps to Reproduce
I am encountering an UnsupportedError: Cannot add to a fixed-length list when using QuillEditor to handle large text. The error occurs specifically when I try to select (highlight) a large portion of text or when the editor attempts to render the content. Interestingly, copying the text works fine, but the error is thrown during the paint operation.
Here is the full error message:
Expected results
The editor should be able to handle large text selections and rendering without throwing an UnsupportedError.
Actual results
The editor throws an UnsupportedError when attempting to add to a fixed-length list during the paint operation.
Additional Context
Screenshots / Video demonstration
[Attach media here]
Logs
[Paste logs here]
The text was updated successfully, but these errors were encountered: