leaffm / react-infinite-carousel

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

Carousel's pagination is mixing up elements #4

Closed pfadiaz closed 7 years ago

pfadiaz commented 7 years ago

STEPS:

Having your browser is full screen open the URL: https://react-infinite-carousel-vrtbcxaige.now.sh/ Check the first element:

2017-03-17_1224

Now, set your browser to: 768px x 880px

See that now only 3 elements are coming up, and the pagination is now 1 to 7.

2017-03-17_1226

Click the # 1 from the pagination list.

See that you are in page 1. But as you can see the green element is not longer there. And if you inspect the element and click the page # 3 you can see that the elements are not listed as they should be.

2017-03-17_1230
gl0gl0 commented 7 years ago

Fixed on develop, commit bb6ced0 Url to test: https://react-infinite-carousel-uszkpdnpia.now.sh/

pfadiaz commented 7 years ago

This bug has been resolved as the items are not jumping around between pages.