-
Bug
-
Resolution: Fixed
-
Low
-
10.3.1
-
10.03
-
Severity 3 - Minor
-
Issue Summary
The hidden <button> element is read by screen reader.
Steps to Reproduce
- Open the "Project" page.
- Navigate to the "Sidebar".
- Navigate to the "Add shortcut" button and activate it.
- A non-modal dialog appears on the page.
- Add any shortcut.
- Navigate to the "Filter" button and activate it.
- Navigate to the "Edit" interactive element and activate it.
- A modal dialog appears on the page.
- Using screen reader, navigate to the mentioned hidden <button> element.
- Observe that the button is announced by screen reader.
Screenshot

Screen Recording
Actual Results
When screen reader users navigate the modal dialog using 'left and right' arrow keys, the hidden <button> element is read by the screen reader.
As a result, this will create a poor experience and cause confusion for screen reader users.
Expected Results
Ensure that the screen reader does not read hidden content for users.Provide aria-hidden="true" to the mentioned hidden <button> element.
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-626 Loading...