Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-75681

View all Project: Unnecessary aria-label provided to form fields

    XMLWordPrintable

Details

    Description

      Issue Summary

      The aria-label has used to define for combobox unnecessarily in the "Create Project" modal dialog.

      Note-This issue is also observed on "Filters board" page refer screenshot 2.

      Steps to Reproduce

      1. Navigate to the "Projects" dropdown present in the header section.
      2. Navigate to the "View all projects" option and select it.
      3. Observe that "View all projects' page has been appeared on the page.
      4. Navigate to the "Create Project" link and activate it.
      5. Observe that modal dialog has appeared on the screen.
      6. Select any radio button and proceed further by pressing "Next"> "Select" button.
      7. Inspect the code and check that label used unnecessarily.

      Screenshot 1

      Screenshot 2

      Actual Results

      The form field "Project lead" is coded using appropriate explicit association. However, aria-label "Select user" provided to the <input> element which seems unnecessary. As a result, screen reader users might get confuse between the aria-label and explicit association.

      Expected Results

      Remove aria-label from the source code of the <input> element.

      Code Snippet

      <input autocomplete="off" role="combobox" aria-autocomplete="list" aria-expanded="false" class="text aui-ss-field ajs-dirty-warning-exempt" id="lead-field" type="text" aria-live="polite" data-lpignore="true" aria-label="Select a user" aria-controls="lead-suggestions">

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

      Attachments

        Activity

          People

            Unassigned Unassigned
            c3f9a46dc7c4 Varsha Bansode
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: