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
This issue could use some more labels, to help prioritize and categorize our work. Could you please add at least a [Type], a [Feature], and a [Pri] label?
Quick summary
When relying upon a keyboard or screen reader to navigate the app, focus is reset when switching the active tab.
Screen recording
Screen.Recording.2025-01-08.at.09.18.36.mov
Steps to reproduce
Keyboard
Screen reader
What you expected to happen
Keyboard: The subsquent tab is activated.
Screen reader: Selection is moved to the targeted tab.
What actually happened
Keyboard: The active tab is not changed.
Screen reader: Selection is not present within the tabs.
Impact
Some (< 50%)
Available workarounds?
Yes, easy to implement
Platform
Mac Silicon
Logs or notes
I imagine an unexpected or unnecessary re-render is resulting in loss of focus, potentially from re-mounting the component.
The text was updated successfully, but these errors were encountered: