Skip to content

Commit

Permalink
DOC-3132: Keyboard navigation would get stuck on the 'more' toolbar b…
Browse files Browse the repository at this point in the history
…utton.
  • Loading branch information
abhinavgandham committed Feb 18, 2025
1 parent 27ccfb4 commit e25c581
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/ROOT/pages/7.7.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e25c581

Please sign in to comment.