-
Bug
-
Resolution: Duplicate
-
Medium
-
None
-
9.4.23
-
9.04
-
Severity 3 - Minor
-
-
Accessibility
Issue Summary
The status message indicating the successful creation of an issue is not communicated to users of assistive technologies.
Steps to Reproduce
- Log in to Jira DC- https://jira.atlassian.com/secure/ConfigurePortalPages.jspa?view=favourites
- Select any project from the projects list.
- Navigate to the "Create issue" button.
- Fill in the required details and activate the "Create" button.
- Observe that a status message appears on the page.
- Note that this status message is not communicated to users of a screen reader.
Screen Recording
Actual Results
When the "Create" button is activated, a status message such as "XYZ issue has been successfully created." is displayed on the page. However, this status message is not announced to users of screen readers. As a result, users relying on assistive technologies are unable to efficiently interact with the feedback associated with the action.
Expected Results
All status messages must be programmatically communicated. To achieve this, a polite live region should be used, incorporating role="status" and aria-atomic="true" to ensure that the entire message is announced to screen reader users.
Code Snippet
<span role="status" aria-atomic="true">XYZ issue has been successfully created.</span>
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 13.3.1
Chrome - Version 113.0.5672.63 (Official Build) (x86_64)
Firefox- Version 92.0 (64-bit)
Safari- Version 16.4 (18615.1.26.110.1)
JAWS- Version 2023
NVDA- Version 2023.3
Voiceover - Version Latest
- duplicates
-
JRASERVER-74436 Create issue: Success notification is not accessible for keyboard & screen reader users.
-
- Closed
-
- mentioned in
-
Page Loading...