Skip to content

fix(a11y): make sidebar tiles focusable with keyboard (#1592)#2062

Open
gauravsaini wants to merge 1 commit intoubuntu:mainfrom
gauravsaini:fix/a11y-sidebar-focusable-1592
Open

fix(a11y): make sidebar tiles focusable with keyboard (#1592)#2062
gauravsaini wants to merge 1 commit intoubuntu:mainfrom
gauravsaini:fix/a11y-sidebar-focusable-1592

Conversation

@gauravsaini
Copy link
Copy Markdown

Summary

Problem

The sidebar navigation tiles (Explore, Featured, Productivity, etc.) were not keyboard focusable, making them inaccessible to keyboard-only users and screen readers.

Fix

Wrapped YaruMasterTile with Semantics(button: true) to provide proper semantic information and make tiles focusable via keyboard navigation.

Wrap YaruMasterTile with Semantics(button: true) to make
navigation tiles keyboard focusable and accessible to screen readers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sidebar not focusable with keyboard

1 participant