-
Bug
-
Resolution: Fixed
-
Major
-
2.3
-
MOODLE_23_STABLE
-
MOODLE_23_STABLE
-
-
- Create a new instance of the assignment module.
- Go to the grading page ("View/grade all assignments")
- Check your browser for javascript errors (there should be none)
There is an error that pops up in the main grading page and individual student submission grading pages.
I believe it has to do with quick grading, although the error appears with quick grading both off and on.
M.core_formchangechecker is undefined
|
http://michael.moodle.local/moodle_testing/lib/javascript.php/1340084662/mod/assign/module.js
|
Line 6
|
In Chrome the error appears as...
Uncaught TypeError: Cannot read property 'set_form_changed' of undefined (anonymous function)
|
module.js:6
|
IE reports...
Webpage error details
|
|
User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Win64; x64; Trident/5.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)
|
Timestamp: Tue, 19 Jun 2012 07:00:49 UTC
|
|
|
Message: Unable to get value of the property 'set_form_changed': object is null or undefined
|
Line: 6
|
Char: 492
|
Code: 0
|
URI: http://michael.moodle.local/moodle_testing/lib/javascript.php/1340084662/mod/assign/module.js
|
- blocks
-
MDLQA-3890 2.3 Assignment
- Passed
- Discovered while testing
-
MDL-33874 Modify the formchangedchecker javascript function to ignore form elements with the class "ignoredirty".
- Closed