-
Bug
-
Resolution: Unresolved
-
Low
-
Severity 3 - Minor
-
-
Accessibility
Issue Summary
An inaccurate textual description "Custom Jira logo" is specified for the "CG Logo" image link.
Note:
To resolve the current bug, it is necessary to implement a feature that enables administrators to add alt text for the custom logo. This functionality should be flexible enough to allow admins to customize the alt text according to their organization's specific requirements.
Feature Request Link: https://jira.atlassian.com/browse/JRACLOUD-93781
Steps to Reproduce
- Open the Jira Cloud instance with custom logo present.
- Using a screen reader, navigate to the mentioned image link in the header section.
- Listen that the textual description is not describing the functionality of the image link.
Screen Recording
Actual Results
When screen reader users navigate through the header section in Jira, the "CG Logo" informative image link is announced as "Custom Jira logo", which does not accurately convey the information visually represented by the image.
The issue occurs because inaccurate alt text has been provided in the "alt" attribute.
As a result, this creates a poor experience for screen reader users.
Expected Results
Ensure that the accurate textual description of the image is read out by the screen reader.
Apply the following changes:
- Provide an appropriate and accurate textual description for the informative image.
- Ensure that the textual description accurately reflects the purpose of the image.
- In this case, ensure that the textual description for the mentioned image link is "CG Jira Homepage".
Code Snippet:
Syntax: <img src="..." alt="ClientName_ ProductName_Homepage">
Correct code Example:
<a href="/jira" data-testid="atlassian-navigation-product-home-container">
<img src="..." alt="CG Jira Homepage">
</a>
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 134.0.6998.166 (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