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

Stylesheets not loading in ie11 #103

Open
jesserosenfield opened this issue Mar 7, 2020 · 4 comments
Open

Stylesheets not loading in ie11 #103

jesserosenfield opened this issue Mar 7, 2020 · 4 comments

Comments

@jesserosenfield
Copy link

Stylesheets were loading inconsistently in ie11

I found that removing the line where the rel is set to preload solved the issue

@amorey
Copy link
Member

amorey commented Mar 8, 2020

Is LoadJS using preload in IE11? It should only be using it in Edge:
https://github.com/muicss/loadjs/blob/master/src/loadjs.js#L121-L126

@jesserosenfield
Copy link
Author

The rel attribute still gets set to Preload though (shown when I inspect element in ie11) and then the style rules from that style sheet are not applied

@amorey
Copy link
Member

amorey commented Mar 8, 2020

Can you describe your setup? I tested LoadJS in IE11 running on Win8.1 and it isn't setting rel to "preload":
IE11_-_Win81__Running_

@amorey
Copy link
Member

amorey commented Mar 9, 2020

@jesserosenfield There's a github message in my inbox from you saying that you were using an old version of LoadJS but I don't see it here. Can you confirm that you're still seeing this issue?

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

No branches or pull requests

2 participants