-
Bug
-
Resolution: Fixed
-
Minor
-
3.6.7, 3.7.3, 3.8
-
MOODLE_36_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE
-
MOODLE_37_STABLE, MOODLE_38_STABLE
-
MDL-67626_master -
When using Internet Explorer 11 the submitted online text can't be expanded nor contracted in assignment view. It's really a legacy stuff as it uses the YUI library. But as I found it's a regression from some accessibility changes.
The problem occurs e.g. with this version:
This will help to resolve this issue:
- add "#" to href of expandsummaryicon link
- the CSS attribute display of expandsummaryicon must be set to inline-block
Changing that will make it working again on IE11 and it will still work on Chrome and FF.