Bug 1874075
Summary: | Accessibility - An incorrect focus order is provided when a user tabs through the “View All” control in Project > Overview page | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Cyril <cajieh> | ||||
Component: | Management Console | Assignee: | Cyril <cajieh> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Yadan Pei <yapei> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 4.6 | CC: | aos-bugs, jokerman | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.7.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2020-09-15 14:47:06 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
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 *** |
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: