Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility Issue: Links and Buttons Not Visible When Using Tab Key #2969

Open
sahar-saadatmandi-corelab opened this issue Mar 12, 2025 · 0 comments · May be fixed by #2970
Open

Accessibility Issue: Links and Buttons Not Visible When Using Tab Key #2969

sahar-saadatmandi-corelab opened this issue Mar 12, 2025 · 0 comments · May be fixed by #2970
Assignees
Labels

Comments

@sahar-saadatmandi-corelab
Copy link
Contributor

Describe the bug
When navigating through the page using the Tab key, <a> (links) and <button> elements do not display a visible focus indicator. This creates an accessibility issue, as keyboard users cannot see which element is currently focused. The issue is more noticeable in tables and the command bar, where navigating through multiple interactive elements becomes harder without a clear focus indicator.

To Reproduce
Steps to reproduce the behavior:

  1. Open a webpage with a command bar and a table.
  2. Use the Tab key to navigate through the interactive elements on the page (e.g., links, buttons, etc.).
  3. Observe that links (<a>) and buttons (<button>) do not display any visible focus indication.
  4. Navigate to the command bar and table, and observe that the buttons in the command bar and interactive elements within the table do not have a visible focus indicator.

Expected behavior
Interactive elements, such as links and buttons, should provide a clear visible focus indicator—such as an outline or border—when a user navigates through them using the keyboard Tab key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

2 participants