Index: openacs-4/packages/xowiki/www/resources/excanvas.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/excanvas.js,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/xowiki/www/resources/excanvas.js 21 Mar 2007 16:00:16 -0000 1.1 +++ openacs-4/packages/xowiki/www/resources/excanvas.js 24 Mar 2007 15:25:23 -0000 1.2 @@ -31,14 +31,15 @@ var doc = opt_doc || document; if (/MSIE/.test(navigator.userAgent) && !window.opera) { var self = this; - doc.attachEvent("onreadystatechange", function () { - self.init_(doc); - }); +// doc.attachEvent("onreadystatechange", function () { +// self.init_(doc); +// }); } }, init_: function (doc, e) { - if (doc.readyState == "complete") { +// alert(doc.readyState); + if (doc.readyState == "complete" || doc.readyState == "interactive" || 1) { // create xmlns if (!doc.namespaces["g_vml_"]) { doc.namespaces.add("g_vml_", "urn:schemas-microsoft-com:vml"); @@ -701,4 +702,4 @@ })(); -} // if \ No newline at end of file +} // if