-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Work Item - Other Issues
-
Severity 3 - Minor
-
Accessibility
Issue Summary
The priority updates are not announced to screen reader users upon selection.
Steps to Reproduce
- Open the Jira Cloud homepage.
- Navigate to the Sidebar, expand "Spaces", and open any space.
- Navigate to the "List" link, activate it, and open any work item from the data table.
- Using a screen reader, navigate to the “Edit Priority” button and activate it.
- Press "Down Arrow" to navigate the "Priority" listbox and "Enter" to select a value (e.g., "Low").
- Observe that focus returns to the "Edit Priority" button, but the updated priority is not announced.
Screen Recording
Actual Results
When screen reader users navigate to the "Edit Priority" button and activate it, a "Priority" listbox is displayed. Upon selecting a value (e.g., "Low") using the Enter key, focus is returned to the "Edit Priority" button and the selected priority is updated and displayed on the page.
However, the updated priority is not programmatically announced to screen reader users after the listbox is closed. As a result, users relying on screen readers do not receive feedback confirming that the priority change was successfully applied.
Expected Results
The selected value should be programmatically announced to screen reader users to confirm that the action was successfully completed.
Dynamically update the aria-label of the <button> to include the selected priority value (e.g., “Edit Priority, Low”, “Edit Priority, Medium”, “Edit Priority, High”, etc.), so the accessible name always reflects the current selection.
Note:
This code example is intended only as a general illustration of how to address the violation and should not be considered a complete or production-ready solution. If you have any questions, please attach this ticket to a #help-accessibility request.
Code Snippet:
<button aria-label="Edit Priority, Low">
</button>
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 Tahoe 26.4
Operations - Windows11
Chrome - Version 147.0.7727.56 (Official Build) (64-bit)
Safari- Version 26.4
JAWS- Version 2023
NVDA- Version 2025.3.3
VoiceOver - Version Latest