Skip to content

Commit e25c581

Browse files
DOC-3132: Keyboard navigation would get stuck on the 'more' toolbar button.
1 parent 27ccfb4 commit e25c581

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,13 @@ In previous versions of {productname}, hovering over toolbar menu item would dis
230230

231231
{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.
232232

233+
=== Keyboard navigation would get stuck on the 'more' toolbar button.
234+
// #TINY-11762
235+
236+
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.
237+
238+
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.
239+
233240
[[known-issues]]
234241
== Known issues
235242

0 commit comments

Comments
 (0)