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
I've got a NavBar component that follows the pattern laid out in the Navigation Menu primitive; the component has a Home link, a Login trigger, and a Contact trigger. When a keyboard user tabs into the space, Login is highlighted first even though it is the second item in the bar. Home can be tabbed back to, but it doesn't receive the initial focus the way it should.
This is only happening in Firefox. Chrome appears unaffected.
Expected behavior
A keyboard user tabbing into the space should see the first link in the NavBar - Home - focused first.
Bug report
Current Behavior
I've got a NavBar component that follows the pattern laid out in the Navigation Menu primitive; the component has a Home link, a Login trigger, and a Contact trigger. When a keyboard user tabs into the space, Login is highlighted first even though it is the second item in the bar. Home can be tabbed back to, but it doesn't receive the initial focus the way it should.
This is only happening in Firefox. Chrome appears unaffected.
Expected behavior
A keyboard user tabbing into the space should see the first link in the NavBar - Home - focused first.
Reproducible example
CodeSandbox template
Suggested solution
Additional context
Your environment
The text was updated successfully, but these errors were encountered: