metafizzy / flickity

:leaves: Touch, responsive, flickable carousels
https://flickity.metafizzy.co
7.52k stars 605 forks source link

IE11 incorrect slide position #907

Closed Yakoot closed 5 years ago

Yakoot commented 5 years ago

I have a problem with ie11 slide position. I have 5 slides, in other browsers positions are left: 0%, 20%, 40%, 60%, 80% in ie11: 0%, 18.04%, ... chrome screenshot_2019-02-17_15-48-46 ie11 screenshot_2019-02-17_15-49-29

looks like it ignores slide paddings.

desandro commented 5 years ago

Thanks for reporting this issue. Can you produce a reduced test case with the padding so I can better understand the issue? See Submitting Issues in the contributing guidelines.

Yakoot commented 5 years ago

thanks for your answer. Sorry, but it's already working) The issue can be closed

simzikov commented 4 years ago

Hi @desandro, thanks for the wonderful plugin! I've been struggling with the same issue over the last couple of hours and failed to find a solution so far. I use Flickity + Bootstrap grid: https://codepen.io/Deka87/pen/xxxjMbY. The problem only happens in IE11 when you first load the page. Once refreshed, everything gets back to normal. I checked the console and the cells positioning is different than in Chrome. Looks like it ignores paddings indeed. Any help would be appreciated!