-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 8.13.0
-
Component/s: Accessibility
-
- 2.4.6
- Level-AA
- WCAG21
- ax-at-user
- ax-bitbucket-dc-vpat-2
- ax-bitbucket-dc-vpat-2025
- ax-bitbucket-dc-vpat-2025-reused
- ax-bitbucket-dc-vpat-2025-viewpullrequest
- ax-bitbucketdc-vpat
- ax-bitbucketdc-vpat-pg05
- ax-bitbucketdc-vpat-viewpullrequest
- ax-bitbucketdc-vpat2024
- ax-bitbucketdc-vpat2024-current
- ax-bitbucketdc-vpat2024-reuse
- ax-bug
- ax-medium-priority
- ax-qa
- ewt-rtb-service-operations-and-tech-entropy
-
Severity 3 - Minor
Issue Summary
Incomplete label "Resolve Task" provided for the checkboxes.
Note: Similar issues are observed on the "Overview" tab.
Steps to Reproduce
- Navigate to the mentioned page.
- Navigate to the " 3 open task" button and activate it.
- Using the screen reader, navigate to the mentioned form fields.
- Listen that form field labels are incomplete.
Screenshots


Actual Results
Incomplete labels "Resolve Task" are specified for the checkboxes.
As a result, screen reader users might not understand the purpose of the checkboxes effectively.
Expected Results
- Remove the "aria-label" attribute from <input> element.
- Specify the "id" attribute with unique value to <span> element containing "Resove task" text and <div> element containing task name added by the user or actual task.
- Specify the "aria-labelledby" attribute to the <input> element containing checkboxes. Reference both the id attribute values (of <span> and <div> elements) via the "aria-labelledby" attribute.
Code Snippet:
<label class="css-1gx8lri"> <input aria-labelledby="task tsk_name" class="comment-task-checkbox-input css-1vazcnr" type="checkbox" aria-checked="false" value="" checked=""> (..) <span id="task" class="css-dgfr9e">Resolve task</span> </label> <div id="tsk_name" class="comment-task-body"><div class="rendered-markup comment-body comment-markup"> <div class="paragraph">Hi</div> </div></div>
Workaround
Not available
Environment
MacBook Pro (16-inch, 2019)
macOS 13.4.1 (c) (22F770820d)
Chrome - Version 115.0.5790.170 (Official Build) (x86_64)
Firefox- Version 114.0 (64-bit)
Safari- Version 16.5.2 (18615.2.9.11.10)
JAWS- Version 2023.2306.28
NVDA- Version 2022.2.2
Voiceover - Version Latest