singerdmx / flutter-quill

Rich text editor for Flutter
https://pub.dev/packages/flutter_quill
MIT License
2.58k stars 834 forks source link

Running through a sentence, keeping arrow-left/right presses doesn’t update cursor position in real time. (Firefox only) #2218

Open digitalheartxs opened 1 month ago

digitalheartxs commented 1 month ago

Is there an existing issue for this?

Flutter Quill version

10.5.16

Steps to reproduce

Press left or right keyboard arrow on Flutter Web (Firefox only)

Expected results

Have the cursor position update in the real time while pressing left/right arrows.

Actual results

While pressing cursor left/right all other browsers work fine / show real-time update position of the cursor. Only in Firefox, cursor position does't show until left-right arrow is released, and sometimes takes a while to appear.

Code sample

Code sample ```dart [Paste your code here] ```

Additional Context

Screenshots / Video demonstration [Upload media here]
Logs ```console [Paste your logs here] ```
CatHood0 commented 1 month ago

@digitalheartxs does this issue still persists at the current version (10.7.5) of the package?

digitalheartxs commented 1 month ago

yes, it still persists unfortunately.