-
Bug
-
Resolution: Duplicate
-
Medium
-
None
-
9.0.0
-
9
-
1
-
Severity 3 - Minor
-
Issue Summary
The success notification which appears when user create any issue is not accessible for screen reader & keyboard users.
This is reproducible on Data Center: (yes)
Steps to Reproduce
- Navigate to the "Create" link in the header section and activate it.
- Fill Information inside the dialog and activate "create" button.
- Observe that a success notification appears which contains link to the issue.
- The notification is not accessible for screen reader & keyboard-only users.
Actual Results
While navigating with a screen reader, when user Create a new issue from the "create" modal dialog, a success notification message appears on the page. But screen reader doesn’t announce the same. Also keyboard only users can’t navigate to inside the notification since it automatically disappears after 4 seconds.
This makes screen reader and keyboard-only users difficult to access the success notification on Jira.
Expected Results
As soon as the success notification appears the screen reader should announce it. Also the keyboard-only users should be able to navigate to the contents inside it. The notification should not be automatically dismissed. It should be visible on the page until users closes it explicitly.
Provide an ARIA live region to the notification. Use role="alert" or aria-live="assertive" to the container in code. Also update scripts to make sure that the notification contents receive keyboard focus.
Screenshot
Screen recording
Screen Recording 2022-06-30 at 3.29.15 PM.mov
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- causes
-
JRASERVER-78745 After entering any text in the comment field, if we "drag and drop" an attachment, the cursor (command prompt) is removed, causing issues with some user interaction and several unexpected behaviors.
-
- Gathering Impact
-
-
JRASERVER-78792 Visual Editor automatically closes after copying/pasting attachments in visual mode in the Description/Comment field
-
- Long Term Backlog
-
- duplicates
-
JRASERVER-73479 Success message for "ticket created", "in-progress" was not announced by screen reader
-
- Closed
-
- resolves
-
PS-101584 Loading...