diff --git a/modules/ROOT/pages/8.2.0-release-notes.adoc b/modules/ROOT/pages/8.2.0-release-notes.adoc index 897d0e4005..3d3f848dae 100644 --- a/modules/ROOT/pages/8.2.0-release-notes.adoc +++ b/modules/ROOT/pages/8.2.0-release-notes.adoc @@ -148,6 +148,13 @@ For an example of using custom elements with block-level and inline-level compon // CCFR here. +=== The cursor could get stuck around an absolutely positioned CEF element when navigating using arrow keys +// #TINY-10306 + +Previously, when using arrow keys to navigate content containing absolutely positioned non-editable elements, the cursor could become trapped near these elements. This issue disrupted caret movement and made it difficult for users to continue navigating around the editor's content. + +In {productname} {release-version}, the horizontal caret navigation logic has been updated to ensure that the caret movement is no longer disrupted when navigating around absolutely positioned elements. + === UI elements like focus outlines and placeholders would be visible after printing // TINY-12584