-
Bug
-
Resolution: Fixed
-
Low
-
7.2.0, 9.0.1
-
Severity 3 - Minor
-
Issue Summary
The link does not have an "href" attribute defined.
Name of the element: "4 Tasks"
Location: Under Execution details
Additional info:
Without the HREF attribute, an anchor element will not receive tab focus and screen readers would not announce the native link role.
Steps to Reproduce
- Open the home page
- Navigate to the "Deploy" link and activate it.
- Navigate to the "All deployment projects" link and activate it.
- Navigate to any deployment project link in the main content and activate it.
- Navigate to the "Edit Environment" link and activate it.
- Navigate to the "Deploy" link under the "What you want to deploy" heading and activate it.
- Navigate to mentioned link and observe that the link is Keyboard inaccessible.
Actual Results
Keyboard support is missing for the "4 tasks" link. The "href" attribute is not included in the <a> element of the link
This made it difficult for keyboard-only and screen reader users to activate the links.
Expected Results
Include the "href" attribute in <a> element of the image links. This will ensure that this link receives keyboard focus and that users can activate them.
Screenshot
Workaround
Not Available
Bug Ref: 462616