I am working on updating the application from dojo from 1.4.3 to 1.7.1. Everything works fine in Firefox / Chrome / Safari, but IE7 and IE8 do not work. The first failure seems to come from the code in dojo / ready for line 40.
try{ f(); } // FIXME: signal the error via require.on finally{ onLoadRecursiveGuard = 0; }
Has anyone else noticed a problem with this? Is there any work? dojo claims it should work in IE 6-9, but I have seen other comments that suggest try / will finally break in IE without catch. It's true? Thank you for any understanding of this problem in advance!
source share