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

IE10 resolves scripts before they're loaded #145

Closed
markhealey opened this issue Nov 5, 2013 · 6 comments
Closed

IE10 resolves scripts before they're loaded #145

markhealey opened this issue Nov 5, 2013 · 6 comments
Labels
Milestone

Comments

@markhealey
Copy link
Member

@markitondemand discovered an issue with the IE10 browser where F2's internal script loader is reporting scripts are loaded & resolved before they're actually loaded & resolved. After some research, it appears IE10 fires the readyState == 'complete' event and also fires the readyState == 'interactive' event which is different than how IE6-9 did it and could be the source of the problem.

We're working on the fix in the scriptloader branch.

@markhealey
Copy link
Member Author

Update: This is specific to version 1.3.*. Anything < 1.3.0 is unaffected.

@markhealey
Copy link
Member Author

We believe we have this issue resolved and are following up with internal testing.

Review the commits for details.

@brianbaker
Copy link
Member

The solution for the issue was to make sure that IE10 does not use onreadystatechange. See f64df73

@brianbaker
Copy link
Member

Resolved in 1.3.2. Closing.

@ryanolsen
Copy link

This also fixed IE 11.

@markhealey
Copy link
Member Author

Thanks @ryanolsen, good to know!

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

No branches or pull requests

3 participants