Selecting an Image from bottom to top throws exceptions #7892
Labels
browser:firefox
domain:ui/ux
This issue reports a problem related to UI or UX.
package:widget
squad:core
Issue to be handled by the Core team.
type:bug
This issue reports a buggy (incorrect) behavior.
type:regression
This issue reports a bug that was not present in the previous releases.
Milestone
📝 Provide detailed reproduction steps (if any)
✔️ Expected result
No errors thrown
❌ Actual result
The following error is thrown:
Uncaught CKEditorError: model-selection-range-intersects: Trying to add a range that intersects with another range in the selection. Read more: https://ckeditor.com/docs/ckeditor5/latest/framework/guides/…port/error-codes.html#error-model-selection-range-intersects {"addedRange":{"start":{"root":"main","path":[4],"stickiness":"toNext"},"end":{"root":"main","path":[5,73],"stickiness":"toPrevious"}},"intersectingRange":{"start":{"root":"main","path":[4,0,0],"stickiness":"toNone"},"end":{"root":"main","path":[4,0,0],"stickiness":"toNone"}}}
📃 Other details
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: