-
Bug
-
Resolution: Unresolved
-
Medium (View bug fix roadmap)
-
None
-
8.20.30, 9.12.2, 9.4.17
-
8.2
-
Severity 3 - Minor
-
Issue Summary
On the Review Changes In Jira page, Expand/Collapse state of the "All" button is not defined.
Steps to Reproduce
- Navigate to the "Plans" in header section and activate any plan.
- Observe the "Plan" page appears.
- Navigate to the "Review Changes" button and activate it.
- Observe the "Review Changes" modal appears.
- Navigate to the "All" button and activate it.
- Inspect the code and observe that state is missing for mentioned instance.
Screenshot
Actual Results
On activating "All" button it gets expanded. The Expand/Collapsed state of the button is not defined programmatically.
As a result, screen reader users are not able to understand the button functionality.
Expected Results
The screen reader should announce the Expand/Collapse state for the button. Set 'aria-expanded' attribute to 'false' for the button by default as the button is in the collapsed state. Ensure that the value of 'aria-expanded' attribute changes to 'true' in expanded state on user interaction via scripting.
code snippet
<button aria-expanded="false" class="sc-fAjcbJ dKHlbz" spacing="default" type="button">(...)</button>
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.
Environment
MacBook Pro (16-inch, 2021)
macOs Ventura 14.3
Chrome -Version 120.0.6099.71 (Official Build) (arm64)
Firefox- Version 92.0 (64-bit)
Safari- Version 17.1 (19616.2.9.11.7)
JAWS- Version 2023
NVDA- Version 2021.2
Voiceover - Version Latest
- links to
Form Name |
---|