Skip to content

Commit 3fe56da

Browse files
Update modules/ROOT/pages/8.0-release-notes.adoc
1 parent e539e23 commit 3fe56da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
146146
=== Tabbing when a `figure` was selected didn't move the selection to the `figcaption` correctly.
147147
// #TINY-11753
148148

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`.
149+
Previously, the `tab` key did not correctly handle nested components. Specifically, when a `CET` (Content Editable True) element was placed inside a `CEF` (Content Editable False) 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`.
150150

151151
{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`.
152152

0 commit comments

Comments
 (0)