-
Bug
-
Resolution: Fixed
-
Low
-
10.3.1
-
10.03
-
Severity 3 - Minor
-
Issue Summary
Non-descriptive label such as "Edit" and "More" is provided for the buttons in the main content area.
Steps to Reproduce
- Open the Jira page.
- Navigate to "Issues" dropdown and activate it.
- Select any issue from "Recent Issues" section.
- Observe that "Viewing an Issue" page has been appeared on the page
- Navigate to the main content.
- Using screen reader, pull up the list of buttons.
- Listen that the buttons's label is non-descriptive.
Screenshot

Actual Results
Non-descriptive labels such as "Edit" and "More" are specified for the buttons in the main content area.
As a result, screen reader user might not understand the purpose of the buttons effectively.
Expected Results
The screen reader should announce unique and descriptive labels for the buttons.
Apply the following changes:
- Specify the unique and descriptive label for buttons using 'aria-label' attribute.
- Remove the "title" attribute from the source of the buttons.
Code Snippet
<li id="opsbar-edit-issue_container" class="aui-buttons pluggable-ops"> <a id="edit-issue" role="button" aria-label="Edit this issue" class="aui-button toolbar-trigger issueaction-edit-issue" href="/secure/EditIssue!default.jspa?id=10200" resolved=""> <span class="trigger-label">Edit</span> </a> </li>
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 131.0.6778.265 (Official Build) (64-bit)
Firefox- Version 134.0.1 (32-bit)
Safari- Version 18.1.1 (20619.2.8.11.12)
JAWS- Version 2023
NVDA- Version 2024.4.2
Voiceover - Version Latest
- is resolved by
-
A11Y-632 Loading...