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

elements bundle not loading in IE 10/11 #10

Open
ciampo opened this issue Nov 23, 2015 · 2 comments
Open

elements bundle not loading in IE 10/11 #10

ciampo opened this issue Nov 23, 2015 · 2 comments

Comments

@ciampo
Copy link

ciampo commented Nov 23, 2015

I'm working to a Polymer app, and I'm trying to make the page load fast by:

  • loading app.js and elements.html asynchronously (with the async tag set in index.html)
  • loading the WebComponents polyfill only if necessary

I had to give up on the async load of elements.html, because of Polymer's buggy behaviour (see issue 2481 and issue 2522).

But even after that, the elements.html file won't load in Internet Explorer 10/11. I had a look to this polymer-gmail project after I saw the talk at the Polymer Summit 2015, and I found the same problem: the elements.html file just doesn't get downloaded in IE10 / 11.

Any idea?

@ebidel
Copy link
Owner

ebidel commented Nov 24, 2015

I need more info. Are you able to get it working if wc.js is always loaded, and not async? It could be a timing issue with the polyfills. What does the network panel show?

@ciampo
Copy link
Author

ciampo commented Nov 24, 2015

Yes, yesterday I tried to always load the WC polyfill in a render-blocking way, and it seemed to fix the problem.

I'll take a deeper look and I'll come back with more info

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