Skip to content

Commit deeaccf

Browse files
DOC-3132: Keyboard navigation would get stuck on the 'more' toolbar button. (#3627)
1 parent 1ae98f1 commit deeaccf

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
@@ -269,6 +269,13 @@ In previous versions of {productname}, hovering over toolbar menu item would dis
269269

270270
{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.
271271

272+
=== Keyboard navigation would get stuck on the 'more' toolbar button.
273+
// #TINY-11762
274+
275+
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.
276+
277+
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.
278+
272279
=== The `float` property was not properly removed from the image when converting an image into a captioned image.
273280
// #TINY-11670
274281

0 commit comments

Comments
 (0)