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

Fix keyboard focus for tooltip group headers #269

Open
smbea opened this issue Jul 31, 2023 · 0 comments
Open

Fix keyboard focus for tooltip group headers #269

smbea opened this issue Jul 31, 2023 · 0 comments
Labels
backlog Queued in backlog bug Something isn't working

Comments

@smbea
Copy link
Contributor

smbea commented Jul 31, 2023

Describe the Bug

I order to fix #266, we move the tooltip to outside the group header containing position: sticky. This made it so the tooltip content isn't reachable in the keyboard focus tree: links can't be focused, for example.

Steps to Reproduce

  1. use keyboard to focus group label
  2. 'tab' again and see that it skips the tooltip selectable content

Expected Behavior

Tooltip content should be reachable via focus tree.

Environment

  • Host (Browser/Node version), if applicable: [e.g. MS Edge 18, Chrome 69, Node 10 LTS]
  • OS: [e.g. Windows 7]
  • Library version: [e.g. 2.0.0]
@smbea smbea added bug Something isn't working backlog Queued in backlog labels Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Queued in backlog bug Something isn't working
Development

No branches or pull requests

1 participant