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

[BUG]InsertText does not work on Web #211

Open
SirPangsui opened this issue Oct 4, 2024 · 2 comments
Open

[BUG]InsertText does not work on Web #211

SirPangsui opened this issue Oct 4, 2024 · 2 comments

Comments

@SirPangsui
Copy link

SirPangsui commented 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.

@SirPangsui 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
@LucasDeSouzaVieira9
Copy link

I have the same problem, have you found any solution for this problem?

@BrijeshTrapasiya
Copy link

@SirPangsui @LucasDeSouzaVieira9 Right, I have same problem in WEB plateform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants