Skip to content

Commit bf3307f

Browse files
committed
DOC-3209: Cursor movement did not operate correctly after a figure was selected.
1 parent 942ba64 commit bf3307f

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
@@ -109,6 +109,13 @@ The following premium plugin updates were released alongside {productname} {rele
109109

110110
// CCFR here.
111111

112+
=== Cursor movement did not operate correctly after a `figure` was selected
113+
// #TINY-12458
114+
115+
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.
116+
117+
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.
118+
112119

113120
[[security-fixes]]
114121
== Security fixes

0 commit comments

Comments
 (0)