From 939c2509c15900f29a3958c473a9e112307c36da Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Sun, 29 Jun 2025 21:46:35 +1000 Subject: [PATCH 1/3] DOC-3147: Tabbing when a was selected didn't move the selection on the correctly. --- modules/ROOT/pages/8.0-release-notes.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/8.0-release-notes.adoc b/modules/ROOT/pages/8.0-release-notes.adoc index 7c62f25b54..b43c202fef 100644 --- a/modules/ROOT/pages/8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.0-release-notes.adoc @@ -143,10 +143,12 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a {productname} {release-version} also includes the following bug fix: -// === -// #TINY-vwxyz1 +// === Tabbing when a `figure` was selected didn't move the selection to the `figcaption` correctly. +// #TINY-11753 -// CCFR here. +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`. + +{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`. [[security-fixes]] From e539e230913a6390529fa091d16d2748bc7a7419 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Sun, 29 Jun 2025 21:50:47 +1000 Subject: [PATCH 2/3] Update modules/ROOT/pages/8.0-release-notes.adoc --- modules/ROOT/pages/8.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.0-release-notes.adoc b/modules/ROOT/pages/8.0-release-notes.adoc index b43c202fef..3cc70f1081 100644 --- a/modules/ROOT/pages/8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.0-release-notes.adoc @@ -143,7 +143,7 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a {productname} {release-version} also includes the following bug fix: -// === Tabbing when a `figure` was selected didn't move the selection to the `figcaption` correctly. +=== Tabbing when a `figure` was selected didn't move the selection to the `figcaption` correctly. // #TINY-11753 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`. From 3fe56da00868afbf47b45d9e970b882fdbb7d5b6 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Wed, 2 Jul 2025 11:04:19 +1000 Subject: [PATCH 3/3] Update modules/ROOT/pages/8.0-release-notes.adoc --- modules/ROOT/pages/8.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.0-release-notes.adoc b/modules/ROOT/pages/8.0-release-notes.adoc index 3cc70f1081..7dfaa31663 100644 --- a/modules/ROOT/pages/8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.0-release-notes.adoc @@ -146,7 +146,7 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a === Tabbing when a `figure` was selected didn't move the selection to the `figcaption` correctly. // #TINY-11753 -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`. +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`. {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`.