Created attachment 1713159 [details] View All Description of problem: Non-compliance: /developer console/navigation pane/more/project details/overview tab, an incorrect focus order is provided on this tab when a user tabs though the “View All” control (as seen in the screenshot above), the next focus event (aka tab keypress) continues to focus on the target of the “View All” control (it refers to the “details” tab), a further focus event (aka tab keypress) focuses on the expected control “1 Deployment”. Appears to affect all sub-panels, as the “Activity” panel and “view events” has similar behavior. See also non-compliance noted for WCAG 2.4.7. Version-Release number of selected component (if applicable): 4.6.0-0.nightly-2020-08-02-134243 How reproducible: Always Steps to Reproduce: 1. Goto Project > Overview page 2. Tab through to View All; tab again Actual results: The focus event focuses on the View All twice Expected results: Should focus on View All once. Additional info:
Closing this issue because PR https://github.com/openshift/console/pull/6580 fixed it.
*** This bug has been marked as a duplicate of bug 1874069 ***