Moodle

Automatically disable static students column for users on ie6

Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: Minor 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.

Activity

Hide
valerian added a comment -

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%; }

Show
valerian added a comment - 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%; }

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated: