Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve reliability of readyState on IE (possible fix for #154, #195) #196

Closed
wants to merge 1 commit into from

Conversation

hugofelp
Copy link

This is an attempt on fixing an unusual issue reported in details here - http://stackoverflow.com/questions/19781753/modernizr-load-callback-executing-before-loaded-script

The issue was very hard to isolate and reproduce, but I believe the following is true on IE8 and IE9:
When a script node is appended to the DOM and is not fully loaded, it will execute after loading, not necessarilly before the callback. When a fully loaded script is appended to the DOM, it is parsed and executed immediately, securely before the callback.

The changes on this commit resolved my problems on IE8 and IE9, and didn't cause any issue as far as I could see on latest (11/11/2013) Chrome, Firefox and Opera.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants