From 4b1c02d698ec3fb09df474360f8ff43e53e16021 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Mon, 17 Feb 2025 18:55:19 +1000 Subject: [PATCH 1/2] DOC-3132: Fixed keyboard navigation for size inputs in context forms. --- modules/ROOT/pages/7.7.0-release-notes.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index eae2603d9e..bfb7bb92da 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -169,6 +169,13 @@ In previous versions of {productname}, hovering over toolbar menu item would dis {productname} {release-version} resolves this issue by replacing the `title` attribute with the `aria-label` attribute for toolbar groupings, preventing the default browser tooltip from appearing. +=== Fixed keyboard navigation for size inputs in context forms. +// #TINY-11394 + +Previously, input and slider elements in the context toolbar did not support keyboard navigation, preventing users from accessing these elements via the keyboard. + +With the release of {productname} {release-version}, keyboard navigation has been implemented for these elements, ensuring seamless accessibility and improved usability. + [[known-issues]] == Known issues From d1bd78df3637d4cc68746b0c1e3aa414225cc269 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:54:55 +1000 Subject: [PATCH 2/2] Update modules/ROOT/pages/7.7.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard --- modules/ROOT/pages/7.7.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index bfb7bb92da..9e0268077f 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -172,7 +172,7 @@ In previous versions of {productname}, hovering over toolbar menu item would dis === Fixed keyboard navigation for size inputs in context forms. // #TINY-11394 -Previously, input and slider elements in the context toolbar did not support keyboard navigation, preventing users from accessing these elements via the keyboard. +Previously, input and slider elements in the context toolbar did not support keyboard navigation, preventing users from accessing and adjusting these elements via the keyboard. With the release of {productname} {release-version}, keyboard navigation has been implemented for these elements, ensuring seamless accessibility and improved usability.