NavigableContainer: Items in TabbableContainer are not navigated in order #8563
Labels
[Feature] UI Components
Impacts or related to the UI component system
[Type] Bug
An existing feature does not function as intended
Describe the bug
When rendering a
TabbableContainer
component outside Gutenberg, the items are not navigated in order when pressing thetab
key.The menu navigates from the Section 1 to the Section 3 and from the Section 2 to the Section 4.
To Reproduce
Execute the code below in a new React project after installing
@wordpress/components
.Expected behavior
The menu navigates from the Section 1 to the Section 2 and from the Section 2 to the Section 3.
Screenshots
Desktop:
Additional context
Issue found while working on #8338 and Automattic/wp-calypso#26367
The text was updated successfully, but these errors were encountered: