From e25c581f0fb6b5e0c43a766a6d80e3073b80762d Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 18 Feb 2025 22:59:51 +1000 Subject: [PATCH] DOC-3132: Keyboard navigation would get stuck on the 'more' toolbar button. --- 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 7494a3a346..6be52875d3 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -230,6 +230,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. +=== Keyboard navigation would get stuck on the 'more' toolbar button. +// #TINY-11762 + +Previously, an issue was identified where keyboard navigation using the Tab key would become stuck at the "Show More" button in the toolbar. This occurred because hidden toolbar elements were incorrectly detected as valid tab targets, disrupting seamless navigation and negatively impacting the user experience. + +In {productname} {release-version}, this issue has been resolved by implementing more precise filtering of viable tab targets. As a result, keyboard navigation now functions smoothly without getting stuck. + [[known-issues]] == Known issues