leaffm / react-infinite-carousel

React simple infinite carousel with lazy loading and responsive support
MIT License
116 stars 19 forks source link

[IE11 Edge 14] Carousel is broken when maximizing or minimizing the browser #5

Closed pfadiaz closed 7 years ago

pfadiaz commented 7 years ago

STEPS:

Using IE11 or Edge 14 and having your browser in full screen open the URL: https://react-infinite-carousel-vrtbcxaige.now.sh/

Reduce the size of the screen until the carousel display 2 elements per page.

Now, click the maximize button from the upper right corner of your browser.

RESULT

See that the browser is still displaying 2 elements but now is full screen. See attached image:

2017-03-17_1412

Now click the minimize button

See that the page is broken, as the titles are not getting smaller:

2017-03-17_1410

gl0gl0 commented 7 years ago

Fixed

Test url: https://react-infinite-carousel-snviaxlzma.now.sh/

pfadiaz commented 7 years ago

Can you please check the scenario when you maximize the browser? that's the only scenario currently failing.

Thanks

gl0gl0 commented 7 years ago

Fixed on: https://react-infinite-carousel-wzplhoqzhq.now.sh

pfadiaz commented 7 years ago

Verified in Edge and IE 11.