-
Bug
-
Resolution: Fixed
-
Minor
-
3.7.7, 3.8.4, 3.9.1, 3.10, 4.0
-
MOODLE_310_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE
-
MOODLE_38_STABLE, MOODLE_39_STABLE
-
The 6th argument to the moodleform constructor is the $editable . When set to false, the whole form becomes frozen.
In the template for the frozen form the <form> tag is replaced with <div class="mform frozen">
The javascript introduced in MDL-67876 expects the parent "form" element to be always present
- is a regression caused by
-
MDL-67876 Forms with client-side validation should always scroll to the invalid element when you try to submit
- Closed