-
Bug
-
Resolution: Fixed
-
Low
-
10.3.0
-
Severity 3 - Minor
-
Issue Summary
ARIA attribute aria-hidden defined inappropriately on the <h5> element.
Steps to Reproduce
- Open "JSM System Dashboard" page.
- Navigate to the "Projects" in the header section and choose any ITSM project from the options.
- Navigate and activate the "create queue" button present in the "ALL QUEUES" section.
- Navigate and activate the "Type: All" button present in the main content area.
- Navigate to the "Standard Issue Types" heading text in the non modal dailog.
- With Screen reader running, try to access the button using arrow keys.
- Notice that heading text is not read out for screen reader users.
Screen Recording
Screen Recording 2024-12-15 at 5.16.29 PM.mov
Screenshot
Actual Results
The "aria-hidden" attribute is used on the <h5> element containing "Standard Issue Types" and "Sub-Task Issue Types". As a result, screen reader users cannot access the heading text with virtual cursor i.e., arrow keys and its content is not announced by the screen reader.
Expected Results
All the important content should be available for screen reader users when navigating with virtual cursor, i.e. Arrow Keys.
Remove aria-hidden=”true” from the <h5> element in the page source.
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 14.7 (23D56)
Chrome - Version 131.0.6778.86
Firefox- Version 122.0.1 (64-bit)
Safari- Version 18.1.1 (19619.2.8.111.7, 19619)
JAWS- Version 2024
NVDA- Version 2023.3
Voiceover - Version Latest
- links to