-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 9.12.2
-
Component/s: Accessibility, Project - Agile Boards
-
9.12
-
Severity 3 - Minor
Issue Summary
The instruction has not been associated with the “Move open issues to” combo box.
Steps to Reproduce
- Open the "Complete sprint" modal dialog.
- Using a screen reader navigate to the mentioned instances.
- Listen that the instruction is not announced along with the label text of the mentioned instances.
Screenshot

Actual Results
The instruction "Sub-tasks will be moved together with their parent issues." is not associated with the form field "Move open issues to".
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 aui-ss-field ajs-dirty-warning-exempt" id="ghx-sprint-select-field" type="text" aria-live="polite" data-lpignore="true" aria-label="Move open issues to:" aria-controls="ghx-sprint-select-suggestions"> ... <p id="one" class="ghx-description">Sub-tasks will be moved together with their parent issues.</p>
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-130 Loading...