Examples found in the dojo documentation won’t load in IE.
Such as: http://docs.dojocampus.org/dijit/Calendar
I’ve tried it in IE7, IE8, and quirks mode.
Is this problem merely in how they’ve implemented their documentation? Or are the new dojo frameworks incompatible with IE?
Dojo is compatible with IE, but the manner in which the dojo.js file is being loaded is causing errors on the documentation pages. Many examples have the
<script>blocks appearing outside of the<head>or<body>elements which is causing IE to throw a fit (and reasonably so). Dojo needs to clean up their demos. Documentation is definitely a work in progress. I recommend you use FireFox to view the demos on dojocampus.org.