-
Bug
-
Resolution: Fixed
-
Critical
-
2.0.2, 2.2.5, 2.3.2
-
MOODLE_20_STABLE, MOODLE_22_STABLE, MOODLE_23_STABLE
-
MOODLE_22_STABLE, MOODLE_23_STABLE
-
MDL-26940-master -
File: /moodle/lib/javascript-static.js
Line: ~1036
Code: windowobj = window.open(fullurl,args.name,args.options);
Error Message: Invalid argument
It prevents pop up window to open in IE8, IE7. It looks like there is some problem with args.name and args.options as window.open(fullurl) works.
http://stackoverflow.com/questions/710756/ie8-var-w-window-open-message-invalid-argument
- caused a regression
-
MDL-35754 Quiz in Javascript Popup not working
- Closed