-
Bug
-
Resolution: Fixed
-
Minor
-
4.5.1, 5.0
-
2
-
Team Hedgehogs 2025 Sprint 2.2
From the audit results for the assignment submissions page, where a group selector is present:
The "Select visible groups" and "Status" elements have an orphan label.
There is an aria-hidden label element in the core_group/comboboxsearch/group_selector template. If this is not meant to be a real label associated with a form element, it may be better to change this to a <span> tag or something instead of a <label> tag.
To reproduce:
- Create a course with groups.
- Enrol some students in the course and add them to the groups
- Create an assignment with the group mode set to visible groups
- As a teacher go to the Submissions tab of the assignment.
- Run WAVE on the page.
- Expected: There should be no warnings related to orphaned labels.
- Actual: There are warnings about orphaned labels in the "Select visible groups" and "Status" filters.
- Testing discovered
-
MDL-85552 The group_selector label uses incorrect font weight
-
- Closed
-