-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 7.18.1
-
Component/s: Accessibility
-
Severity 3 - Minor
Issue Summary
The Expand/Collapse link for the Display option in the Jira macro modal has missing roles, which makes it difficult for the screen readers to understand the functionality associated with it.
Steps to Reproduce
- Launch the URL
- Edit the page and Add the Jira macro.
- A modal for Jira macro will appear, in the modal keeping the screen reader on, navigate to the "Display option" link in the bottom section and activate it.
Screenshot

Actual Results
The functionality associated with the "Display option" link in the Jira macro modal is unclear for screen reader users. Visually, on activating the link, the content gets expanded/collapsed dynamically below in the modal. Even though the dynamically updating content is easier to understand for sighted users, the updating content is not intuitive for blind users to understand.
Expected Results
Set the “aria-expanded” attribute to “false” for the links when the links are in the collapsed state. Ensure that the value of the “aria-expanded” attribute changes on user interaction via scripting.
Workaround
Currently, there is no known workaround for this behaviour. A workaround will be added here when available
- mentioned in
-
Page Loading...