-
Bug
-
Resolution: Fixed
-
High
-
7.21.0
-
Severity 2 - Major
-
0
-
Issue Summary
The edit comment for the available text checkbox input field (comment is a task) has a missing explicit association.
Element: Task text checkbox
Steps to Reproduce
- Launch the URL
- Navigate to the comment section and activate the "Edit" link. (Make sure the comment is a task)
Screenshot
Actual Results
For the checkbox and the text in the comment section for the pull request(when the comment is a task), the input field does not have a label explicitly associated with it. The 'for' and 'id' association is missing between the label and the form control.
Labels need to be explicitly associated with their respective form controls for assistive technologies to identify the label accurately and convey the information to the users.
Expected Results
Associate the label explicitly with the form control by providing an identical value that is unique from other IDs to "for" and "id" attributes to ensure that assistive technologies identify the label for the form control correctly.
Workaround
Currently, there is no known workaround for this behaviour. A workaround will be added here when available.
Bug Ref: 738307
- mentioned in
-
Page Failed to load
Reply to Comment in Pull request : Visible label/form field are not associated
-
Bug
-
Resolution: Fixed
-
High
-
7.21.0
-
Severity 2 - Major
-
0
-
Issue Summary
The edit comment for the available text checkbox input field (comment is a task) has a missing explicit association.
Element: Task text checkbox
Steps to Reproduce
- Launch the URL
- Navigate to the comment section and activate the "Edit" link. (Make sure the comment is a task)
Screenshot
Actual Results
For the checkbox and the text in the comment section for the pull request(when the comment is a task), the input field does not have a label explicitly associated with it. The 'for' and 'id' association is missing between the label and the form control.
Labels need to be explicitly associated with their respective form controls for assistive technologies to identify the label accurately and convey the information to the users.
Expected Results
Associate the label explicitly with the form control by providing an identical value that is unique from other IDs to "for" and "id" attributes to ensure that assistive technologies identify the label for the form control correctly.
Workaround
Currently, there is no known workaround for this behaviour. A workaround will be added here when available.
Bug Ref: 738307
- mentioned in
-
Page Loading...