singerdmx / flutter-quill

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

[WEB] Cursor doesn't move as expected #2318

Open ToddZeil opened 1 month ago

ToddZeil commented 1 month ago

Is there an existing issue for this?

Flutter Quill version

10.8.2

Steps to reproduce

  1. Write long paragraph
  2. Click cursor to any spot
  3. Use keyboard up and down to navigate

Expected results

Expect cursor to go directly up and down

Actual results

Cursor goes to a random spot above

Additional Context

Screenshots / Video demonstration https://github.com/user-attachments/assets/aac316e3-1e4a-4b5b-be90-670afb6be09b
Logs ```console [Paste your logs here] ```
CatHood0 commented 3 weeks ago

I'll take a look as soon as posible.