skatejs / web-components

[DEPRECATED] - The frictionless way to use the webcomponents/webcomponentsjs polyfills.
MIT License
17 stars 4 forks source link

Implement fix for safari 10 style recalc bug #16

Closed treshugart closed 7 years ago

treshugart commented 7 years ago

https://bugs.webkit.org/show_bug.cgi?id=160331

Hotell commented 7 years ago

This didn't fix the issue. Styles are still not resolved properly in Safari 10 :( any ideas?

treshugart commented 7 years ago

@Hotell it should have and seems to be working for a separate case, but maybe there's something we missed. Can you reproduce it somewhere for us?

Hotell commented 7 years ago

sure just open it in safari. No styles applied

https://plnkr.co/edit/apc2FDjb3nJ95B48Uqwk?p=preview

Safari: Version 10.0 (11602.1.50.0.10)

treshugart commented 7 years ago

Thanks for that, it seems to work on the use case in which Safari 10 breaks for us but definitely not in your example. I'll reopen and investigate.