Skip to content

Commit 0a3aba0

Browse files
authored
DOC-3209: Cursor movement did not operate correctly after a figure was selected. (#3849)
1 parent 5076d1d commit 0a3aba0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,13 @@ For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc
122122

123123
// CCFR here.
124124

125+
=== Cursor movement did not operate correctly after a `figure` was selected
126+
// #TINY-12458
127+
128+
In previous versions of {productname}, using the TAB key to move focus into a `figcaption` element after selecting a `figure` caused the editor to enter a broken state where the caret was displayed inside the figcaption but typing did not produce any visible content. This issue prevented users from editing figcaptions using only the keyboard, forcing them to rely on a mouse or other pointing device to make changes.
129+
130+
In {productname} {release-version}, this bug has been fixed, ensuring that figcaptions can now be edited seamlessly with keyboard navigation alone, improving accessibility and overall editing efficiency.
131+
125132

126133
[[security-fixes]]
127134
== Security fixes

0 commit comments

Comments
 (0)