-
Bug
-
Resolution: Fixed
-
Minor
-
2.0.4, 2.1.1
-
Chrome 13 on Fedora 14 64bit
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
When reviewing a quiz attempt, clicking "Make comment or override grade" pops open a new window with the question. You have two options, submit and cancel. Clicking on cancel doesn't do anything.
This is as the onclick is set to "close_window()".
This appears to be an issue when using Chrome as it throws a javascript error (it can't access the e element as its never passed to close_window). Looks like it might affect IE as well, but not FF.
Fix for this would be to change the onclick to say, "close_window(this);"