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've been experimenting with Quill using Flutter desktop (Linux) and have come across some odd behavior. Currently I'm using the basic controller, toolbar, and editor. When typing, everything seems to be working fine, but if I delete character (just using backspace), the next few characters that I type will not appear on the screen. If I wait a second or two, then continue typing, all characters typed will appear. It seems to be somehow related to the speed at which I type (e.g. if I press backspace, wait a second, then type, all characters will appear normally).
I have not been able to reproduce this using Flutter web.
Please let me know if there's anything else I can provide to aid with debugging.
This discussion was converted from issue #357 on August 23, 2021 03:34.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey there,
I've been experimenting with Quill using Flutter desktop (Linux) and have come across some odd behavior. Currently I'm using the
basic
controller, toolbar, and editor. When typing, everything seems to be working fine, but if I delete character (just using backspace), the next few characters that I type will not appear on the screen. If I wait a second or two, then continue typing, all characters typed will appear. It seems to be somehow related to the speed at which I type (e.g. if I press backspace, wait a second, then type, all characters will appear normally).I have not been able to reproduce this using Flutter web.
Please let me know if there's anything else I can provide to aid with debugging.
Beta Was this translation helpful? Give feedback.
All reactions