-
Bug
-
Resolution: Unresolved
-
Low (View bug fix roadmap)
-
None
-
9.12.2
-
- 1.3.1
- Level-A
- WCAG21
- a11y-triaged
- ax-at-JAWS
- ax-at-NVDA
- ax-at-VO
- ax-at-user
- ax-bug
- ax-high-priority
- ax-jira-dc-vpat
- ax-jira-dc-vpat-Backlog
- ax-jiradc-backlog
- ax-jiradc-vpat-2025
- ax-jiradc-vpat-2025-backlog
- ax-jiradc-vpat-2025-reused
- ax-jiradc-vpat2024
- ax-jiradc-vpat2024-backlog
- ax-jiradc-vpat2024-pg09
- ax-qa
-
9.12
-
Severity 3 - Minor
-
Issue Summary
The instruction has not been associated with the combo box present in the "Operations" modal dialog.
Steps to Reproduce
- Open the "Backlog" page.
- Navigate to any "issue" present in the backlog and select it.
- Navigate to the "More actions" button and press the "." key.
- Observe that the "Operation" modal dialog will appear.
- Using a screen reader navigate to the mentioned instance.
- Listen that the instruction is not announced along with the label text of the mentioned instance.
Screenshot
Actual Results
The instruction "Begin typing for available operations or press down to see all" is not associated with their respective form field present in the Operations modal dialog.
As a result, screen reader users might miss out on important instructions.
Expected Results
The screen reader should announce the instruction along with label text.
Apply the following changes:
- Add the "aria-describedby" attribute to the form field.
- Reference the "id" value of the element used to display the instruction text in the "aria-describedby" attribute.
Code Example:
<input aria-describedby="one" autocomplete="off" role="combobox" aria-autocomplete="list" aria-expanded="false" class="text" id="issueactions-field" type="text" aria-busy="false"> ... <div id="one" class="description">Begin typing for available operations or press down to see all</div>
Workaround
Currently, there is no known workaround for this behaviour. A workaround will be added here when available
Environment
MacBook Pro (16-inch, 2021)
macOs Sonoma 14.3
Chrome - Version 120.0.6099.109 (Official Build) (arm64)
Firefox- Version 92.0 (64-bit)
Safari- Version 17.3 (19617.2.4.11.8)
JAWS- Version 2023
NVDA- Version 2021.2
Voiceover - Version Latest
- is resolved by
-
A11Y-110 You do not have permission to view this issue
Form Name |
---|
This issue is reproducible in Jira DC VPAT 2025.