-
Bug
-
Resolution: Fixed
-
Low (View bug fix roadmap)
-
9.12.2
-
- 2.4.6
- Level-AA
- WCAG2.1
- a11y-triaged
- ax-at-JAWS
- ax-at-NVDA
- ax-at-VO
- ax-at-user
- ax-bug
- ax-desktop
- ax-dev-ready
- ax-jiradc-backlog
- ax-jiradc-vpat-2025
- ax-jiradc-vpat-2025-backlog
- ax-jiradc-vpat-2025-reused
- ax-jiradc-vpat2024
- ax-jiradc-vpat2024-backlog
- ax-jiradc-vpat2024-pg09
- ax-macos-safari
- ax-medium-priority
- ax-qa
-
9.12
-
Severity 3 - Minor
-
Issue Summary
Identical and inappropriate label "Create issue Create issue" is specified for several buttons in the main content area of the page.
Steps to Reproduce
- Open the "Backlog" page.
- Navigate tto the main content.
- Using screen reader, navigate to the mentioned buttons.
- Listen that the button's label is identical and inappropriate.
Screenshot
Actual Results
On Backlog page, even though the label such as "Create issue" is provided for the buttons.
Screen reader announces "Create issue Create issue" for all the buttons in the main content area. As a result, screen reader users will not understand the purpose of the buttons effectively.
Expected Results
Apply the following changes:
- Specify the "id" attribute with a unique value to <a> element containing "More actions for {0}", "Issue Key: SSPF-2 ", etc. text.
- Specify "aria-labelledby" attribute to <button> element containing “Create issue” text.
- Reference both the "id" attributes values (of <a> and <button>elements) via "aria-labelledby" attribute.
Code Example:
<span id="one" class="field-value ghx-readonly" data-fieldname="sprintName" data-fieldvalue="Sample Sprint 5" data-maxdisplaylength="">Sample Sprint 5</span> ... <button aria-labelledby="two one" type="button" class="aui-button aui-button-subtle" resolved=""> <span id="two" class="aui-icon aui-icon-small aui-iconfont-add">Create issue</span> </button>
Workaround
Required, if there is no workaround please state:
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
- is resolved by
-
JRASERVER-77343 Issues: Unnecessary textual description for decorative image
-
- Closed
-
-
A11Y-119 You do not have permission to view this issue
Form Name |
---|
This issue is reproducible in Jira DC VPAT 2025.