From bf3307f939da9fbf7f353d83bbf3c4a88b10d7e4 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Fri, 5 Sep 2025 11:58:29 +1000 Subject: [PATCH] DOC-3209: Cursor movement did not operate correctly after a figure was selected. --- modules/ROOT/pages/8.1.0-release-notes.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ROOT/pages/8.1.0-release-notes.adoc b/modules/ROOT/pages/8.1.0-release-notes.adoc index 3e7a6181b4..2c64227a28 100644 --- a/modules/ROOT/pages/8.1.0-release-notes.adoc +++ b/modules/ROOT/pages/8.1.0-release-notes.adoc @@ -109,6 +109,13 @@ The following premium plugin updates were released alongside {productname} {rele // CCFR here. +=== Cursor movement did not operate correctly after a `figure` was selected +// #TINY-12458 + +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. + +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. + [[security-fixes]] == Security fixes