biotope / biotope-element

A web component
https://element.biotope.sh
15 stars 5 forks source link

Polyfills not loading in ie11 on first visit #90

Closed dweiger closed 5 years ago

dweiger commented 5 years ago

Describe the bug Sometimes the polyfills for webcomponents seem not to be loaded initially

To Reproduce Clean the cache and open a polyfilled webcomponent in ie11.

Expected behavior Evrything should look as expected (compare with chrome)

Desktop (please complete the following information):

Additional context I'm not sure if this bug is at the right place here. If not let me know where to report it.

jurekbarth commented 5 years ago

@dweiger i guess it belongs more to biotope-boilerplate as biotope-element is not polyfilling web components itself 😃 Anyway have you tried resizing your IE11 after the page has loaded? I guess the problem is that is loads stuff async, therefor we're not waiting long enough for IE11. Resizing should retrigger the polyfill is some way so that could help. Otherwise to debug further could you give the resource loader a generous timeout before it starts? 👍

SheepFromHeaven commented 5 years ago

@dweiger any updates here?

dweiger commented 5 years ago

At the moment the issue does not exist anymore. I am on element version 2.0.2 and build version 6.1.0-0. I would close this issue if no one else can reproduce this.