-
Bug
-
Resolution: Fixed
-
Low
-
7.2.0, 9.0.1
-
Severity 3 - Minor
-
Issue Summary
General - The element uses device-dependent event handlers and is therefore not accessible by keyboard alone.
Element Name: “View environment configuration“ and "Deploy" links.
Location of the element: Located in each row of the Deployment projects data table.
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 mentioned instances.
- Try to access the tooltip content and observe that content is inaccessible on focus.
Actual Results
Tooltip content such as “view environment configuration“ and "Deploy" becomes available when users hover over them with a mouse the "view environment configuration" and "Deploy" links cannot be accessed using a keyboard.
As a result, keyboard-only and screen reader users cannot access the tooltip content.
Expected Results
Apply the following changes:
- Display the information available in the tooltip as plain text and use CSS for formatting.
- Specify the ARIA role "tooltip" for the information displayed on hover. Specify a unique id attribute for the tooltip and reference it via the aria-describedby attribute of the Information image.
- Modify the script to make the tooltip information available on hover as well as on focus. In addition along with mouse-specific event handlers, use keyboard-specific event handlers, such as "onfocus", "onblur", etc. to make the functionality accessible for keyboard-only users.
Screenshot
Workaround
Not Available
Bug Ref: 462584