From 1c5685d68f1b73270fb814fe04cbb490eb90ba5f Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 14 Nov 2008 15:39:19 +0000 Subject: Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f --- includes/js/dojo/tests/io/scriptTimeout.html | 67 ---------------------------- 1 file changed, 67 deletions(-) delete mode 100644 includes/js/dojo/tests/io/scriptTimeout.html (limited to 'includes/js/dojo/tests/io/scriptTimeout.html') diff --git a/includes/js/dojo/tests/io/scriptTimeout.html b/includes/js/dojo/tests/io/scriptTimeout.html deleted file mode 100644 index 563e37c..0000000 --- a/includes/js/dojo/tests/io/scriptTimeout.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - Testing dojo.io.script - - - - - -

Timeout test

- -

- This test page tests the timeout functionality of dojo.io.script, and to make - sure that requests that time out get removed quickly. If the server response - is received after the script has been timed out, there should not be weird - errors as the browser tries to evaluate the responses after the desired time - period. -

- -

This test requires a server running PHP to work.

- -

-

Firefox Oddity: Firefox - will print an error after the script response is received from the server:
- dojo.io.script.jsonp_dojoIoScript1 has no properties - This is bad because Firefox goes ahead and evaluates the script contents in the page's - JavaScript space (this happens even when I turn off Firefox Add-Ons). All other browsers - do not evaluate the script (given the weird Opera 9.22 behavior below). You can test this - by clicking the Test for SuperXFooBarVariable button after receiving the response - for timeout.php (check Firebug Net tab to see when request is received). All other browsers - show an error or show the "undefined" value for SuperXFooBarVariable, but Firefox will show its - value as being: "Oh no! SuperXFooBarVariable is defined (should not be for timeout case)". - -

Opera Oddity: Opera 9.22 does not seem to trigger the timeout case, - but rather it waits for the server to send a response to the script before continuing past the - point where the script is added to the DOM? That seems wrong. Dynamic script tags are no longer - an async operation? -

- - - - - -- cgit v1.2.3-54-g00ecf