-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: Work Item - System Fields
-
Severity 3 - Minor
-
Accessibility
Issue Summary
An inappropriate label "More information about this user" is provided for the button.
Steps to Reproduce
- Open any Jira Cloud project.
- Navigate to the "Issues" and open any issue.
- Using a screen reader, navigate to the mentioned button in the "Assignee" and "Reporter" section.
- Listen that the button label is inappropriate.
Screen Recording
https://jira.atlassian.com/secure/attachment/484993/Inappropriate%20label%20screen%20recording.mp4
Actual Results
When screen reader users navigate to the "Assignee" and "Reporter" sections, the screen reader announces an inappropriate label, "More information about this user" instead of the correct label, such as "More information about Boju Ankith".
This issue occurs because an incorrect value is specified in the "aria-label" attribute.
As a result, screen reader users will not understand the purpose of the button.
Expected Results
Ensure that the screen reader announces the appropriate label for the button.
In this case, set the value of the "aria-label" attribute to "More information about Boju Ankith".
Code Snippet:
<span aria-expanded="false" aria-haspopup="true" role="button" tabindex="0" aria-label="More information about Boju Ankith"> </span>
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 Sonoma 14.7
Operations - Windows11
Chrome - Version 133.0.6943.99 (Official Build) (64-bit)
Safari- Version 18.0
Firefox- Version 135.0 (64-bit)
JAWS- Version 2023
NVDA- Version 2024.4.2
VoiceOver - Version Latest