-
Bug
-
Resolution: Fixed
-
Minor
-
4.0.2
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-75459-master -
This bug was actually found by Anupama Sarjoshi.
Steps to reproduce:
- Go to any form where all the secitions are expanded by default. This will be true for any form with two sections, such as https://qa.moodledemo.net/mod/quiz/report.php?id=30&mode=overview.
Actual result: the link the top right says 'Expand all' and clicking it has no effect.
Expected result: the link says 'Collapse all' and works.
Note: As soon as you collapse one section, clicking expand all then works, and the label changes to Collapse all. Similarly, collapsing and expanding one section changes the label to 'Collapse all' which then works.
This worked fine in Moodle 3.x, so I suspect this is a regression caused by MDL-74459 or MDL-74222.