Backlog | Complete Sprint: Instruction not associated with the form field

XMLWordPrintable

      Issue Summary

      The instruction has not been associated with the “Move open issues to” combo box.

      Steps to Reproduce

      1. Open the "Complete sprint" modal dialog.
      2. Using a screen reader navigate to the mentioned instances.
      3. 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

            Assignee:
            Unassigned
            Reporter:
            Rahul Patil (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: