Skip to content

Commit 021ce31

Browse files
DOC-3223: The cursor could get stuck around an absolute CEF element when navigating using arrow keys (#3879)
* DOC: The cursor could get stuck around an absolute CEF element when navigating using arrow keys. * Update modules/ROOT/pages/8.2.0-release-notes.adoc Co-authored-by: tiny-ben-tran <[email protected]> * Update modules/ROOT/pages/8.2.0-release-notes.adoc Co-authored-by: tiny-ben-tran <[email protected]> * Update modules/ROOT/pages/8.2.0-release-notes.adoc Co-authored-by: tiny-ben-tran <[email protected]> --------- Co-authored-by: tiny-ben-tran <[email protected]>
1 parent 46024d3 commit 021ce31

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/ROOT/pages/8.2.0-release-notes.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@ For an example of using custom elements with block-level and inline-level compon
148148

149149
// CCFR here.
150150

151+
=== The cursor could get stuck around an absolutely positioned CEF element when navigating using arrow keys
152+
// #TINY-10306
153+
154+
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.
155+
156+
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.
157+
151158
=== UI elements like focus outlines and placeholders would be visible after printing
152159
// TINY-12584
153160

0 commit comments

Comments
 (0)