You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Use tab to focus on an on-screen element
Press the up/down arrow keys
The data table will react to the input
Expected behaviour
Data tables should only respond to keyboard input when they have focus.
Additional context
The text was updated successfully, but these errors were encountered:
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
Expected behaviour
Data tables should only respond to keyboard input when they have focus.
Additional context
The text was updated successfully, but these errors were encountered: