-
Bug
-
Resolution: Fixed
-
Minor
-
2.7
-
Internet Explorer 10 (probably also 11)
-
MOODLE_27_STABLE
-
MOODLE_27_STABLE
-
MDL-46163_category_selector_renders_as_nested_form -
-
Easy
-
In question bank, the current code for the category selector uses a single_select object, which is a form consisting of a single <Select> tag. Because this selector is already inside of the <form action="edit.php">, that means we have a form within a form, which is invalid. MSIE complains about the invalid html on its console.
To output valid HTML in a way that is consistent with the surrounding code, the linked commit replaces the single_select object with a html_writer::select.
- is a regression caused by
-
MDL-40313 Question bank - question filtering API for flexibility, plugins
- Closed