-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
4.1.6, 4.2.3, 4.3
-
MOODLE_401_STABLE, MOODLE_402_STABLE, MOODLE_403_STABLE
This issue was detected during accessibility audit on learner-facing pages in Workplace performed in August-September 2023 by AbleDocs.
Description from AbleDocs:
There are multiple form labels present for the date input fields
Comment from me (Marina):
This is actually caused by the fact that all these three elements have the same id. This happens in the forms with dynamic ids that are used in modal and AJAX forms. For example, in vanilla LMS this can be found in the reportbuilder filter form.
- Login as a user who has access to custom reports
- Open profile menu and click "Reports" (make sure that you have at least one report in the list)
- Open "Filters", set "Time created" filter to be a range and then enable "Date from"
- If you open inspector, you will see that there is the same "id" attribute on day, month and year fields
- duplicates
-
MDL-71336 Dynamic forms use the same id for different date elements
- Closed