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

[WEB]Image temporarily disappears when typing text after an image #2418

Open
1 task done
Heyholder opened this issue Dec 15, 2024 · 0 comments
Open
1 task done

[WEB]Image temporarily disappears when typing text after an image #2418

Heyholder opened this issue Dec 15, 2024 · 0 comments
Labels
bug Something isn't working web Issues or feature requests specific to the Web platform.

Comments

@Heyholder
Copy link

Heyholder commented Dec 15, 2024

Is there an existing issue for this?

Flutter Quill version

all of them version are 10.8.5

Steps to reproduce

  1. Open Flutter-quill editor in web environment
  2. Type some initial text (e.g., "Text 1")
  3. Insert an image into the editor
  4. Type more text after the image (e.g., "Text 2")
  5. Try to add additional text (e.g., "Text 3")

Expected results

When typing new text after an image, the content should remain stable with the following structure maintained throughout:

Text 1
[Image]
Text 2
Text 3 (newly typed text)

Actual results

When typing new text after an image, the following behavior occurs:

  1. The image momentarily disappears from view
  2. The content briefly appears as:
Text 1
Text 2
Text 3

3.After a short delay, the image reappears and the content returns to the correct structure:

Text 1
[Image]
Text 2
Text 3

Additional Context

Screenshots / Video demonstration
2024-12-15.2.00.58.mov
@Heyholder Heyholder added the bug Something isn't working label Dec 15, 2024
@EchoEllet EchoEllet added the web Issues or feature requests specific to the Web platform. label Dec 19, 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 web Issues or feature requests specific to the Web platform.
Projects
None yet
Development

No branches or pull requests

2 participants