SSENSE / vue-carousel

A flexible, responsive, touch-friendly carousel for Vue.js
https://ssense.github.io/vue-carousel/
MIT License
1.72k stars 504 forks source link

Scrolling to previous page on slide click #481

Open ArtDepartmentMJ opened 5 years ago

ArtDepartmentMJ commented 5 years ago

Bug Report

Current Behavior

When there is an orphan slide, the carousel will slide back to the last "full" page on slide click.

Input Code and steps to reproduce

scroll to the second page and click on slide 4

https://jsfiddle.net/mattrj/znc9r1go/

Expected behavior/code

The carousel should not scroll to the previous page

kubarazny commented 4 years ago

any update on this?

nbalex04 commented 4 years ago

This problem is still there

mvogels commented 4 years ago

Any updates or workarounds for this? Tried to prevent the pageChange event that is fired with the supplied events in Vue-Carousel without much success (on slideClick) but without success