You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing an issue while using the quill_html_editor package on flutter web. Here are the details:
When I attempt to use the InsertText method to set the initial text in the editor, it doesn't update the editor as expected. The text remains unchanged. I am trying to load the editor with some already exiting text but it appears blank.
In some cases, the editor keeps loading indefinitely without rendering any content. This happens occasionally when trying to initialize or load the editor.
Steps to Reproduce:
Initialize the QuillEditorController.
Call InsertText with a non-empty string after the editor has been initialized.
Observe that the text is not set and the editor appears blank on web.
Expected Behavior: The text should be properly set in the editor when calling InsertText, and the editor should render without any issues on web.
Environment:
Flutter version: 3.24.2
quill_html_editor version: latest
Browser: chrome
Platform: Web
Additional Context: I am using this editor in a web environment, and and i haven't tried this on mobile or desktop.
The text was updated successfully, but these errors were encountered:
SirPangsui
changed the title
[BUG]setText does not work on Web and Editor Sometimes Loads Indefinitely
[BUG]InsertText does not work on Web
Oct 4, 2024
Description: Hello,
I'm experiencing an issue while using the quill_html_editor package on flutter web. Here are the details:
When I attempt to use the InsertText method to set the initial text in the editor, it doesn't update the editor as expected. The text remains unchanged. I am trying to load the editor with some already exiting text but it appears blank.
In some cases, the editor keeps loading indefinitely without rendering any content. This happens occasionally when trying to initialize or load the editor.
Steps to Reproduce:
Initialize the QuillEditorController.
Call InsertText with a non-empty string after the editor has been initialized.
Observe that the text is not set and the editor appears blank on web.
Expected Behavior: The text should be properly set in the editor when calling InsertText, and the editor should render without any issues on web.
Environment:
Flutter version: 3.24.2
quill_html_editor version: latest
Browser: chrome
Platform: Web
Additional Context: I am using this editor in a web environment, and and i haven't tried this on mobile or desktop.
The text was updated successfully, but these errors were encountered: