This is what I have in the head content
script type="text/javascript" src="/dojo/dojo/dojo.js"
(with the proper tags, of course)
It fails with "Operation aborted" in IE 6. Same code works fine in IE7.
Could anybody help, please?
This is what I have in the head content
script type="text/javascript" src="/dojo/dojo/dojo.js"
(with the proper tags, of course)
It fails with "Operation aborted" in IE 6. Same code works fine in IE7.
Could anybody help, please?
Hi there,
I've found that the following code lines fire the "Operation Aborted" IE bug , as there seems dijit is creating a div node when document.body() == null (document body is not yet closed):
I've changed those lines to these and the error doesn't show anymore:
if(dojo.isIE || dojo.isMoz){ // NOTE: checking in Safari messes things up