-
Bug
-
Resolution: Fixed
-
Highest
-
9.12.2
-
- 1.3.2
- 2.4.3
- 4.1.2
- Accessibility
- Level-A
- WCAG21
- ax-at-JAWS
- ax-at-NVDA
- ax-at-VO
- ax-at-user
- ax-bug
- ax-critical-priority
- ax-customer-escalated
- ax-desktop
- ax-esc-lloyds
- ax-jiradc-vpat2024
- ax-jiradc-vpat2024-findanissue
- ax-jiradc-vpat2024-pg14
- ax-kb-user
- ax-macos-safari
- ax-qa
- ax-shipped-pre2024
- ax-windows-chrome
- ax-windows-firefox
-
9.12
-
1
-
Severity 3 - Minor
-
7
-
Issue Summary
On "Find an issue" page, the "Details" non-modal dialog is inaccessible for screen reader users.
Steps to Reproduce
- Open above page.
- Save any filter.
- Activate "Details" link.
- Observe that the newly added content has inaccurate reading order.
Screen recording
Screen Recording 2024-02-16 at 1.28.48 PM.mov![]()
Actual Results
The "Details" non modal dialog is inaccessible for screen reader users.
This non-modal dialog has following issues:
- The role="dialog" and aria-modal="false" is not defined for modal.
- The modal content is defined at the end of the DOM.
- Keyboard and screen reader focus is not set at the top of the modal.
Expected Results
Non-modal dialogs should be accessible for screen reader users.
Apply the following changes:
- When the Non-modal dialog is displayed, set the keyboard focus to the beginning of its content (tabindex="-1" can be used for this purpose).
- Provide role="dialog" and aria-modal="false" for the <div> element containing the non-modal content.
- In the page source code, move the Non-modal dialog content immediately after the "Details" link that triggers it.
Workaround
Not available
Environment
MacBook Pro (16-inch, 2021)
macOS Sonoma Version 14.1
Chrome - Version 119.0.6045.159 (Official Build) (arm64)
Firefox- Version 93.0 (32-bit) Safari- Version 17.1 (19616.2.9.11.7)
JAWS- Version 2023
NVDA- Version 2020.3
Voiceover - Version Latest
- is duplicated by
-
JRASERVER-75311 Find an issue : Keyboard focus not set onto non-modal dialog
-
- Closed
-
- resolves
-
JRASERVER-75311 Find an issue : Keyboard focus not set onto non-modal dialog
-
- Closed
-
-
JSWSERVER-25806 User needs to press the tab key from the keyboard multiple times before they can select the"New Subscription" option for Jira Issue Filters
-
- Closed
-
-
A11Y-64 Loading...
- blocks
-
ACE-4687 Loading...