-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: When scrolled to last item, click anywhere returns carousel to previous page of slides #243
Comments
Hey @jorgvm, this is definitely a bug. No idea what could be causing it at first glance, so will take some investigation. If you happen to find a workaround, feel free to make a PR or post your solution here :~) Thanks for reporting, I'll flag this as a bug fix and see if we can get some contributor traction. |
Hey, something wrong happens here:
|
Hey @raynox, I agree that the code is really complex. This is by far our most contributed part of the carousel, so it's had many authors and as a result got a little messy. We're planning a refactor of this logic as part of the I've opened #274 to discuss the issue. If you have any questions/findings lets pick up the discussion there 👨💻 |
@jorgvm @raynox - we've just published @saschwartz's fix for this issue as @quinnlangille I'm marking this issue as resolved and we can continue the discussion in #274. |
I'm using version https://codepen.io/eliamartani/pen/XQyWOP Should I open a new issue for it? |
I'm using version 0.18.0 and still getting this issue. Has anything been done to fix this? |
It still happens now. with ver 0.18.0 |
Experiencing same on 0.18.0 |
Hi,
Let's say you always show 3 items per slide, and you have 4 items in total. If you show the 4th item, and then click anywhere on the slider, it will return to show the 1/2/3 items.
Here is an example:
https://jsfiddle.net/mfvcu82y/
This is strange, and does not happen if you had 5 items in total:
https://jsfiddle.net/mfvcu82y/3/
I would like to be able to turn his bug/feature off please!
great slider otherwise, thanks 👍
The text was updated successfully, but these errors were encountered: