Issue Summary

      On the "Refine Issues Displayed" page, similar labels such as “Close” are provided for the multiple buttons.

      Steps to Reproduce

      1. Open the "Refine Issues Displayed" page.
      2. Navigate and activate the "Type" button.
      3. Navigate and select any option from the "Choose issue type" combobox.
      4. Navigate to the mentioned instance.
      5. Inspect the code.
      6. Observe that identical and non-descriptive label is given to the multiple buttons.

      Screenshot 1

      Screenshot 2

      Actual Results

      The identical and non-descriptive labels such as "Close” are provided for multiple buttons which are available by selecting any options from the "Choose issue type" and "Choose issue status" comboboxes.

      As a result, screen reader users will not understand the purpose of these buttons. 

      Also, screen reader users tend to pull a list of buttons for faster navigation, thus the buttons with similar labels appearing multiple times in their list will create confusion for them.

      Expected Results

      Unique and descriptive labels should be provided for the “Close” buttons.

      This can be achieved by linking the id of "Story", “Epic”, and so on, texts with respective "Close” buttons by using the aria-labelledby attribute. Reference the id attributes of both via aria-labelledby attribute respectively.

      Code snippet

      <div id="two" class="sc-cBrjTV gIHTxC"><img src="/images/icons/issuetypes/epic.svg"> &nbsp; Epic</div>
      <button aria-labelledby="one two" class="css-fbv3aj" data-testid="exclude-issue-type_remove_1" type="button" tabindex="0">
      <span id="one" role="img" aria-label="close" class="css-pxzk9z" style="--icon-primary-color: currentColor; --icon-secondary-color: var(--background-default, #FFFFFF);">
      (...)
      </span>
      </button> 

      Workaround

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

      Environment

      MacBook Pro (13-inch, 2018)
      macOs Ventura 13.3.1
      Chrome - Version 109.0.5414.119 (Official Build) (64-bit)
      Firefox- Version 92.0 (64-bit)
      Safari- Version 16.4 (18615.1.26.110.1)
      JAWS- Version 2022
      NVDA- Version 2021.2
      Voiceover - Version Latest

            [JSWSERVER-25733] Refine Issues Displayed : Identical label used for the buttons

            Marc Dacanay made changes -
            Labels Original: 2.4.6 Level-AA WCAG21 a11y-triaged accessibility ax-at-JAWS ax-at-NVDA ax-at-VO ax-at-user ax-bug ax-desktop ax-jiradc-arj ax-jiradc-arj-vpat2024 ax-jiradc-vpat ax-jiradc-vpat-pg02 ax-jiradc-vpat-refineissuesdisplayed ax-medium-priority ax-qa New: 2.4.6 Level-AA WCAG21 a11y-triaged accessibility ax-at-JAWS ax-at-NVDA ax-at-VO ax-at-user ax-bug ax-desktop ax-jiradc-arj ax-jiradc-arj-vpat2024 ax-jiradc-vpat ax-jiradc-vpat-pg02 ax-jiradc-vpat-refineissuesdisplayed ax-medium-priority ax-qa ril
            Marc Dacanay made changes -
            Remote Link New: This issue links to "Internal ticket (Web Link)" [ 963905 ]
            Stasiu made changes -
            Introduced in Version Original: 9.12 New: 8.2
            Affects Version/s New: 8.20.30 [ 106364 ]
            Affects Version/s New: 9.4.17 [ 106909 ]
            Sylwia Mikołajczuk made changes -
            Labels Original: 2.4.6 Level-AA WCAG21 a11y-triaged accessibility ax-at-JAWS ax-at-NVDA ax-at-VO ax-at-user ax-bug ax-desktop ax-jiradc-vpat ax-jiradc-vpat-pg02 ax-jiradc-vpat-refineissuesdisplayed ax-medium-priority ax-qa New: 2.4.6 Level-AA WCAG21 a11y-triaged accessibility ax-at-JAWS ax-at-NVDA ax-at-VO ax-at-user ax-bug ax-desktop ax-jiradc-arj ax-jiradc-arj-vpat2024 ax-jiradc-vpat ax-jiradc-vpat-pg02 ax-jiradc-vpat-refineissuesdisplayed ax-medium-priority ax-qa
            Stasiu made changes -
            Component/s Original: Accessibility [ 62491 ]
            Component/s Original: (Advanced Roadmaps) Other [ 73719 ]
            Component/s New: (Advanced Roadmaps) Accessibility [ 74392 ]
            Varsha Bansode made changes -
            Labels Original: 2.4.6 Level-AA WCAG21 a11y-triaged accessibility ax-at-JAWS ax-at-NVDA ax-at-VO ax-at-user ax-bug ax-desktop ax-jiradc-vpat ax-jiradc-vpat-accessibilityassessmentroadmaps ax-jiradc-vpat-pg02 ax-jiradc-vpat-refineissuesdisplayed ax-medium-priority ax-qa New: 2.4.6 Level-AA WCAG21 a11y-triaged accessibility ax-at-JAWS ax-at-NVDA ax-at-VO ax-at-user ax-bug ax-desktop ax-jiradc-vpat ax-jiradc-vpat-pg02 ax-jiradc-vpat-refineissuesdisplayed ax-medium-priority ax-qa
            Sylwia Mikołajczuk made changes -
            Labels Original: 2.4.6 Level-AA WCAG21 a11y-triaged accessibility ax-at-JAWS ax-at-NVDA ax-at-VO ax-at-user ax-bug ax-desktop ax-jiradc-vpat ax-jiradc-vpat-pg02 ax-jiradc-vpat-refineissuesdisplayed ax-medium-priority ax-qa New: 2.4.6 Level-AA WCAG21 a11y-triaged accessibility ax-at-JAWS ax-at-NVDA ax-at-VO ax-at-user ax-bug ax-desktop ax-jiradc-vpat ax-jiradc-vpat-accessibilityassessmentroadmaps ax-jiradc-vpat-pg02 ax-jiradc-vpat-refineissuesdisplayed ax-medium-priority ax-qa
            ssuryavanshi (Inactive) made changes -
            Component/s New: (Advanced Roadmaps) Other [ 73719 ]
            ssuryavanshi (Inactive) made changes -
            Component/s Original: Accessibility [ 62490 ]
            Component/s New: Accessibility [ 62491 ]
            Key Original: JRASERVER-76987 New: JSWSERVER-25733
            Affects Version/s Original: 9.12.2 [ 106456 ]
            Affects Version/s New: 9.12.2 [ 106455 ]
            Project Original: Jira Data Center [ 10240 ] New: Jira Software Data Center [ 12200 ]
            Yash Pawar made changes -
            Priority Original: Low [ 4 ] New: Medium [ 3 ]

              Unassigned Unassigned
              2b8a2d42df1b Yash Pawar
              Affected customers:
              0 This affects my team
              Watchers:
              2 Start watching this issue

                Created:
                Updated: