Uploaded image for project: 'Jira Service Management Data Center'
  1. Jira Service Management Data Center
  2. JSDSERVER-14080

Project - Waiting for Support: Missing explicit association of form controls

      Issue Summary

      The checkbox present in the table is missing association between visual text and checkbox.

      Steps to Reproduce

      1. Open the "Project - Waiting for Support" page.
      2. Navigate to the main content.
      3. Using screen reader, navigate to the checkbox.
      4. Inspect the code.
      5. Observe that the checkbox is not explicitly associated.

      Screenshot

      Actual Results

      When users navigate to the "Select all" checkbox, it is announcing empty for screen reader users.

      As a result, if checkboxes are missing accessible name the motive of checkboxes will not be known to screen reader users and thus creates bad user experience for them.

      Expected Results

      The accessible names for checkboxes should be announced for the screen reader users when they navigate to this.

      Apply the following changes:

      • The checkbox that is having functionality of activating all checkboxes(consisting of particular issue) in the table should have accessible name as “Select all issues”. This can be achieved by using aria-label attribute in <input> element.
      • The checkbox present for particular issue should be associated with the checkbox <input> element using “aria-labelledby” attribute. The checkbox should be reference via issue key link.

      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 Monterey Version 12.3.1
      Chrome - Version 101.0.4606.81 (Official Build) (64-bit)
      Firefox- Version 93.0 (32-bit)
      Safari- Version 15.3 (17612.4.9.1.5)
      JAWS- Version 2022
      NVDA- Version 2020.3
      Voiceover - Version Latest

            [JSDSERVER-14080] Project - Waiting for Support: Missing explicit association of form controls

            No work has yet been logged on this issue.

              Unassigned Unassigned
              4cbd728b4726 Rinku Kumar
              Affected customers:
              0 This affects my team
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: