Hi,

In the mozilla documentation I read that the loading of dynamically
created script elements changed from being sequential in version 3 of
Fx to being asynchronous in Fx4 and Fx5. I quote:

Starting in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1),
inserting script elements that have been created by calling
document.createElement("script") into the DOM no longer enforces
execution in insertion order. This change lets Gecko properly abide by
the HTML5 specification. To make script-inserted external scripts
execute in their insertion order, set .async=false on them.

End quote. I think other browsers might do the same. In light of this
change, would it not make sens to add the line;
script.async = false;
to the method SimileAjax.includeJavascriptFile?

This issue is related to issue 425 on the issue tracker.

Michiel

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.

Reply via email to