Skip to content

Commit 939c250

Browse files
DOC-3147: Tabbing when a was selected didn't move the selection on the correctly.
1 parent b3a9cdd commit 939c250

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,12 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
143143

144144
{productname} {release-version} also includes the following bug fix<es>:
145145

146-
// === <TINY-vwxyz 1 changelog entry>
147-
// #TINY-vwxyz1
146+
// === Tabbing when a `figure` was selected didn't move the selection to the `figcaption` correctly.
147+
// #TINY-11753
148148

149-
// CCFR here.
149+
Previously, the `tab` key did not correctly handle nested components. Specifically, when a `CET` (Child Editable Text) element was placed inside a `CEF` (Container Editable Field) element such as a `figcaption`, focus behavior was unintuitive. This led to inconsistent and confusing keyboard navigation when interacting with editable nested elements like a `figcaption`.
150+
151+
{productname} {release-version} addresses this issue by ensuring that pressing the `tab` key correctly moves focus to the `CET` element when it is nested within a `CEF` element. This ensures smooth and predictable keyboard navigation for nested editable elements such as a `figcaption`.
150152

151153

152154
[[security-fixes]]

0 commit comments

Comments
 (0)