Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.9.5
-
Fix Version/s: None
-
Component/s: Gradebook
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
Description
The static students column is a nice feature, however a lot of our teachers still use ie6; I cannot enable it if it will break for a lot of users. All this does is check for 'MSIE 6' in the user agent, if it is found then it disables the static students column.
Attachments
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
The static student column is working on ie6, but you need to define the columns width.
I've added this in my CSS file and it's ok :
#grade-report-grader-index .left_scroller { width: 20%; }
#grade-report-grader-index .right_scroller { width: 79%; }