[Firefox] Caret is stuck at the end of a link when pressing left arrow key quickly #889
Labels
package:engine
package:link
resolution:invalid
This issue is invalid (e.g. reports a non-existent bug or a by-design behavior).
type:bug
This issue reports a buggy (incorrect) behavior.
Is this a bug report or feature request? (choose one)
🐞 Bug report
💻 Version of CKEditor
latest master
📋 Steps to reproduce
✅ Expected result
The caret should move as expected – staying at the link boundary for two subsequent arrow key presses.
❎ Actual result
It sometimes happen that the selection won't move to the left – it's stuck at the right link boundary.
📃 Other details that might be useful
Make sure to press the arrow keys quite quickly. Don't press and hold.
Most likely, it's some timing issue. It's caused by ckeditor/ckeditor5-link#179 so, most likely, by the fact that we re-render the selection and put it in some odd space between two inline elements.
The text was updated successfully, but these errors were encountered: