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

Data Table shortcuts don't respect focus #291

Open
EthanMcQ-TMF opened this issue Mar 1, 2024 · 0 comments
Open

Data Table shortcuts don't respect focus #291

EthanMcQ-TMF opened this issue Mar 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@EthanMcQ-TMF
Copy link
Collaborator

Describe the bug

Using keyboard shortcuts to navigate Data Tables doesn't respect focus. This can result in multiple elements reacting to input at the same time, and inconsistent behaviour when hitting enter

It appears that data tables aren't actually focusable at all, which is an accessibility issue of its own

Screen.Recording.2024-03-01.at.13.49.13.mov

To Reproduce

Most easily seen in the "Events" view (since the filter drop downs are interactable with the arrow keys) but possible in all data tables

  1. Use tab to focus on an on-screen element
  2. Press the up/down arrow keys
  3. The data table will react to the input

Expected behaviour

Data tables should only respond to keyboard input when they have focus.

Additional context

@EthanMcQ-TMF EthanMcQ-TMF added the bug Something isn't working label Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant