Hello,
I have been experiencing problems using Dojo 1.0.2 with Firefox 3. What I am seeing is that essentially Firefox is finishing the SCRIPT tag that is loading Dojo and proceeding to the next SCRIPT tag (which contains my application that uses Dojo) before Dojo is loaded. Since Dojo itself is not loaded, my application errors out.
Here are the relevant script tags that I am using to load Dojo:
djConfig = { parseOnLoad:true, parseWidgets: false, searchIds: [], isDebug: false, debugAtAllCosts: false};
