-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Low
-
None
-
Affects Version/s: 8.20.1
-
Component/s: Accessibility
-
8.2
-
Severity 3 - Minor
Issue Summary
The element for Gadgets in the System dashboard has an invalid ARIA attribute.
Element: Gadget menu button
Steps to Reproduce
- In the Jira header, navigate to the Dashboard link and activate View Dashboard.
- On the Dashboard page, navigate to the available gadgets in the main content area and inspect the More actions button in the top right corner of the gadget.
- Try activating the button with the screen reader on.
Actual Results
In the System dashboard for the different gadgets, aria-pressed="true" is provided inappropriately to the Gadget menu button. This will make it the assistive technology users difficult to understand the functionality associated with the button.
Expected Results
Remove the aria-pressed="true" attribute from the <button> element. The aria-pressed attribute is only to be used for a toggle button element.
Screenshot

Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available.
Bug Ref: 734823
- is duplicated by
-
JRASERVER-73439 System Dashboard : Invalid ARIA attribute used on the button element.
-
- Closed
-