-
Bug
-
Resolution: Fixed
-
Low
-
10.3.1
-
10.03
-
Severity 3 - Minor
-
Issue Summary
The expand/collapsed state is not defined for the button.
Steps to Reproduce
- Open the "Project" page.
- Navigate to the "Sidebar".
- Navigate to the mentioned button.
- Observe that the expand/collapsed state of the button is not defined.
Screenshot

Actual Results
On activating "Sidebar ( [ )" button, the content dynamically gets expanded and collapsed below. The dynamically updating button's state is not defined programmmetically.
As a result, screen reader users are not able to understand the button's 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.
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 Monterey Version 12.3.1
Chrome - Version 131.0.6778.265 (Official Build) (64-bit)
Firefox- Version 134.0.1 (32-bit)
Safari- Version 18.1.1 (20619.2.8.11.12)
JAWS- Version 2023
NVDA- Version 2024.4.2
Voiceover - Version Latest
- is resolved by
-
A11Y-628 Loading...