-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Not limiting Slick children to visible tags. #1353
Labels
Comments
Hmmm, here's the commit where it happened: .. @kenwheeler was this a mistake, or do you remember why the |
simeydotme
added a commit
to simeydotme/slick
that referenced
this issue
May 17, 2015
This filter was removed at kenwheeler@9d13d6a#diff-eaaa72f2e5f1d4974e4f1ae902717908L476 for some reason, I cannot figure out why. Since it was removed, filtering slides was not working on initialization. Tested against Init. Tested against setOption. Tested against breakpoints. Fixes kenwheeler#1353
If you remove _.options.slide + the custom arrows are not work as expected .. |
👍 thanks for adding your issue for reference, @cansozeri ! :) |
simeydotme
added a commit
to simeydotme/slick
that referenced
this issue
Jul 11, 2015
Merge branches: - bugfix-327 - enhancement-1244 - bugfix-1353 Also added in some aria-attributes based on the recent merged branch kenwheeler#1467 by @msrafi :) fixes kenwheeler#327, kenwheeler#1244, kenwheeler#1353, kenwheeler#1517, kenwheeler#907
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/kenwheeler/slick/blob/master/slick/slick.js#L491-L493 is checking against slick-cloned, but it's ignoring the options.slide setting.
Fixed in https://jsfiddle.net/simeydotme/50kp465g/2/ but not regression tested.
The text was updated successfully, but these errors were encountered: