Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.9.1, 3.10, 3.11.7, 4.0
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE
-
MOODLE_311_STABLE
-
mdl-69637_311
-
Description
FULL STEPS
In Moodle 3.9 or later, in topics or weekly format, with editing on, use web browser's HTML inspector on a section, noting that no aria-label property is present. (These were removed in favour of aria-labelledby.) Drag and drop the section to move it. Using web browser's HTML inspector again, note that an aria-label property has been added.
THE FIX
In course/format/topics/format.js (and the weeks format) function process_sections() remove the update to aria-label.
THE CAUSE
With MDL-68189, in course/format/renderer.php function section_header() the use of aria-label was replaced with aria-labelledby, but the update to aria-label was not removed.
Attachments
Issue Links
- has been marked as being related by
-
MDL-68189 Names of sections renamed inline do not change in the keyboard drag and drop menu
-
- Closed
-