Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not a bug
-
2.3
-
None
-
None
-
MOODLE_23_STABLE
Description
- Use IE8
- Create a new File resource
- Set a name, and add a file but leave description empty
- Click on 'Save and return to course'
Expected behaviour:
- The HTML editor gets focus and you stay on the same page
What happens
- Javascript fails causing the form to be submitted
Can't move the focus to the control because it is invisible, not enabled, or of a type that does not accept the focus.
|
|
frm.elements['introeditor[text]'].focus();
|
Attachments
Issue Links
- will help resolve
-
MDLQA-2295 CLONE - In Internet Explorer 8, the correct course controls are available on section pages for weekly format, in paged mode, when ajax is turned off.
- Passed