baianat / hooper

🎠 A customizable accessible carousel slider optimized for Vue
https://baianat.github.io/hooper/
MIT License
720 stars 131 forks source link

Slides are squashed on IE11 #103

Closed DavidRouyer closed 5 years ago

DavidRouyer commented 5 years ago

Describe the bug Slides are squashed on IE11. It's a problem with the width calculation because it's set to 0 on the slides.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://baianat.github.io/hooper/examples.html with IE11

Expected behavior The carousel should look right.

Screenshots Capture

Desktop (please complete the following information):

logaretm commented 5 years ago

Thanks for reporting this, this is fixed in 0.2.3.

The docs have IE11 issues due to Vuepress 1.0 not polyfilling properly but hooper should be working fine for IE11 now.

You can test it here:

https://jsfiddle.net/logaretm/wvknhzso/1/

DavidRouyer commented 5 years ago

The polyfills added in https://github.com/baianat/hooper/commit/26dda3e331b77d7d6576c2ca700a7ba784efaf91 were removed in https://github.com/baianat/hooper/commit/7bd674f16c45b2c42ea04d55f38da511132a1758

logaretm commented 5 years ago

@DavidRouyer Thanks for reporting this, fixed in 0.3.1