Hi Alessandro, Am 08.11.2006 um 17:32 schrieb Alessandro Sala:
> I'm only worried about Safari and Webkit compatibility, since I don't > have access to a Mac to test if createElement() > and appendChild() work as expected. I just performed the tests from http://www.alessandro.sala.mclink.net/ inctest/index.html in Safari (Version 2.0.4 (419.3), OS X 10.4.8 with all updates). Here are the results: - DOM-pre-delayed: no errors on initial loading, but wrong include order (loaded directly/500 ms after loaded) and "No scripts loaded" (loading) problems on subsequent reloads - DOM-chained-loading: "Incomplete script loading" in all three categories - DOM-post-script: "No scripts loaded" in all three categories - XMLHttpRequest-DOM-embed: "No scripts loaded" in all three categories - DOM-pre: no errors on initial loading, but wrong include order (loaded directly/500 ms after loaded) and "No scripts loaded" (loading) problems on subsequent reloads - DOM-post: "No scripts loaded" in all three categories - DOM-post-single-elem: "No scripts loaded" in all three categories - DOM-XMLHttpRequest-cache: "No scripts loaded" in all three categories - DOM-div: "Duplicate script loading" in all three categories - DOM-div-innerHTML: "No scripts loaded" in all three categories - innerHTML: "No scripts loaded" in all three categories - document.write(): no errors So the only method from your test that works reliably is document.write. Regards, Andreas -- Dipl.-Inform.(FH), M.Sc. Andreas Junghans STZ-IDA an der Hochschule Karlsruhe email [EMAIL PROTECTED] internet http://stz-ida.de telefon ++49-721-920-3302 fax ++49-721-160-890-56 Moltkestrasse 30, D-76133 Karlsruhe/Germany ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
