-
Sub-task
-
Resolution: Fixed
-
Minor
-
1.8, 1.9, 2.0
-
None
-
Moderate
-
MOODLE_18_STABLE, MOODLE_19_STABLE, MOODLE_20_STABLE
-
MOODLE_18_STABLE, MOODLE_19_STABLE, MOODLE_20_STABLE
A curious JavaScript error comes up when I load the page with the either format. It doesn't stop the format working, but might be worth a look. I'm using Firefox under Windows. IE throws a similar error around the same place (hard to tell with IE).
uncaught exception: [Exception... "Could not convert JavaScript argument" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame :: http://localhost/moodle/course/view.php?id=2 :: <TOP_LEVEL> :: line 269" data: no] Line 0
Line 269 is...
set_number_of_toggles(3);set_current_week(1);document.getElementsByTagName("body")[0].addEventListener("load",reload_toggles(),false);document.getElementsByTagName("body")[0].addEventListener("unload",save_toggles(),false);
...and the surrounding HTML looks like...
<p class="message">Nothing new since your last login</p></div></div><script type="text/javascript">
//<![CDATA[
elementCookieHide("inst14","Show Recent Activity block","Hide Recent Activity block");
//]]>
</script><span id="sb-9" class="skip-block-to"></span></div></td></tr></table> <script type="text/javascript" defer="defer"> // Defer running of the script until all HMTL has been passed.
//<![CDATA[
set_number_of_toggles(3);set_current_week(1);document.getElementsByTagName("body")[0].addEventListener("load",reload_toggles(),false);document.getElementsByTagName("body")[0].addEventListener("unload",save_toggles(),false);//]]>
</script>
</div>