-
Bug
-
Resolution: Fixed
-
Low
-
5.11.0
-
Severity 3 - Minor
-
Issue Summary
The checkbox present in the table is missing association between visual text and checkbox.
Steps to Reproduce
- Open the "Project - Waiting for Support" page.
- Navigate to the main content.
- Using screen reader, navigate to the checkbox.
- Inspect the code.
- Observe that the checkbox is not explicitly associated.
Screenshot
Actual Results
When users navigate to the "Select all" checkbox, it is announcing empty for screen reader users.
As a result, if checkboxes are missing accessible name the motive of checkboxes will not be known to screen reader users and thus creates bad user experience for them.
Expected Results
The accessible names for checkboxes should be announced for the screen reader users when they navigate to this.
Apply the following changes:
- The checkbox that is having functionality of activating all checkboxes(consisting of particular issue) in the table should have accessible name as “Select all issues”. This can be achieved by using aria-label attribute in <input> element.
- The checkbox present for particular issue should be associated with the checkbox <input> element using “aria-labelledby” attribute. The checkbox should be reference via issue key link.
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 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
-
A11Y-275 You do not have permission to view this issue
- links to
[JSDSERVER-14080] Project - Waiting for Support: Missing explicit association of form controls
Resolution | New: Fixed [ 1 ] | |
Status | Original: Gathering Impact [ 12072 ] | New: Closed [ 6 ] |
Fix Version/s | New: 10.3.0 [ 109406 ] |
Remote Link | Original: This issue links to "A11Y-275 (Bulldog)" [ 931081 ] | New: This issue links to "A11Y-275 (JIRA Server (Bulldog))" [ 931081 ] |
Labels | Original: 1.3.1 Level-A WCAG21 ax-at-user ax-bug ax-jsm-dc-vpat ax-jsm-dc-vpat-Project-WaitingforSupport ax-jsm-dc-vpat-pg09 ax-jsmdc-queueview ax-medium-priority ax-qa ril | New: 1.3.1 Level-A WCAG21 ax-at-user ax-bug ax-jsm-dc-vpat ax-jsm-dc-vpat-Project-WaitingforSupport ax-jsm-dc-vpat-pg09 ax-jsmdc-queueview ax-medium-priority ax-qa ax-qa-fixed ax-qa-verified ril |
Attachment | New: Screenshot 2024-12-16 at 11.21.55 PM.png [ 476223 ] |
Labels | Original: 1.3.1 Level-A WCAG21 ax-at-user ax-bug ax-jsm-dc-vpat ax-jsm-dc-vpat-Project-WaitingforSupport ax-jsm-dc-vpat-pg09 ax-jsmdc-queueview ax-medium-priority ax-qa | New: 1.3.1 Level-A WCAG21 ax-at-user ax-bug ax-jsm-dc-vpat ax-jsm-dc-vpat-Project-WaitingforSupport ax-jsm-dc-vpat-pg09 ax-jsmdc-queueview ax-medium-priority ax-qa ril |
Remote Link | New: This issue links to "Internal ticket (Web Link)" [ 955843 ] |
Remote Link | New: This issue links to "A11Y-275 (Bulldog)" [ 931081 ] |
Labels | Original: 1.3.1 Level-A WCAG21 ax-at-user ax-bug ax-jsm-dc-vpat ax-jsm-dc-vpat-Project-WaitingforSupport ax-jsm-dc-vpat-pg09 ax-medium-priority ax-qa | New: 1.3.1 Level-A WCAG21 ax-at-user ax-bug ax-jsm-dc-vpat ax-jsm-dc-vpat-Project-WaitingforSupport ax-jsm-dc-vpat-pg09 ax-jsmdc-queueview ax-medium-priority ax-qa |
Status | Original: Needs Triage [ 10030 ] | New: Gathering Impact [ 12072 ] |