patternfly-react
patternfly-react copied to clipboard
Menu - drilldown to breadcrumb keyboard nav requires multiple keypresses
When going between the breadcrumb and menu sections while a menu is drilled in, multiple keypresses of Shift+Tab are required to navigate back to the breadcrumbs. What I think might be happening is that focus is shifting back through the parent menus in the DOM which exist but are not visible before hitting the breadcrumb section again. We probably need to manually move focus for this use case instead of relying on default browser behavior.