Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.6.7, 3.7.3, 3.8
-
Component/s: Assignment
-
Labels:
Description
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.