-
Bug
-
Resolution: Fixed
-
Low
-
7.2.0, 9.0.1
-
Severity 3 - Minor
-
Issue Summary
General - There is no way to perform the function using only the keyboard.
Element Name: click to copy button.
Location of the element: located below the "Build result summary" heading.
Steps to Reproduce
- Open the home page.
- Navigate to the "Build" link in the header and activate it.
- Navigate to the "All Build Plans" and activate it.
- Navigate to the main content and activate any project link.
- Navigate to plan links present in the main content and activate any of the links.
- Navigate to the "Recent History" section and activate any build link.
- Navigate to the "Click to copy" interactive element.
- Try to access the interactive elements with the keyboard. Observe it is missing keyboard support.
Actual Results
Keyboard support is missing for the "Click to Copy" interactive element.
This made it difficult for keyboard-only and screen-reader users to access the button.
Expected Results
Apply the following changes:
- Mark up the mentioned interactive element using the native <button> element.
- Provide textual description "Click to copy" using the "aria-label" attribute.
- Modify the scripts to ensure that the button is accessible with a keyboard as well as a mouse.
- Ensure that screen reader users are aware of the information that is updated. Screen reader users should be notified when the version is copied using the status message. For eg: "Version Copied” when the button is activated. Live regions can be used to achieve this behavior.
Screenshot
Workaround
Not Available
Bug Ref: 460232