Skip to content

Commit 1927de5

Browse files
committed
DOC: The cursor could get stuck around an absolute CEF element when navigating using arrow keys.
1 parent 823843b commit 1927de5

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
@@ -111,6 +111,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
111111

112112
// CCFR here.
113113

114+
=== The cursor could get stuck around an absolute CEF element when navigating using arrow keys
115+
// #TINY-10306
116+
117+
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 text around complex layouts or embedded content, especially in inline editing scenarios and within table cells.
118+
119+
In {productname} {release-version}, the horizontal caret navigation logic has been updated to recognize absolutely positioned elements and return a range selection instead of attempting to place the caret directly on the floating node. This improvement ensures consistent and predictable arrow-key navigation behavior across various content structures.
120+
114121

115122
[[security-fixes]]
116123
== Security fixes

0 commit comments

Comments
 (0)