Skip to content
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

Nested Carousels #14441

Closed
steve-thousand opened this issue Aug 22, 2014 · 4 comments
Closed

Nested Carousels #14441

steve-thousand opened this issue Aug 22, 2014 · 4 comments
Labels
Milestone

Comments

@steve-thousand
Copy link

I have been using Carousels to build dynamic forms and web-views, and this has also given me the desire to allow nesting carousels inside of other carousels. I believe I have found a way to make this possible, by altering the "slide" function in the carousel object. In the very first line, it gathers the active item so that it can start the transition, but it is gathering ALL active items within it, causing nested carousels to also slide. All that would be needed is to gather only the closes active item, and nested carousels would be unaffected.

@hnrch02
Copy link
Collaborator

hnrch02 commented Aug 22, 2014

Support for nested carousels has been rejected previously: #7457 (comment), #8449 (comment) and #4359 (comment).
I'm guessing @mdo's opinion on this hasn't changed.

@steve-thousand
Copy link
Author

My apologies! I'd done some search for this before when I was trying to solve my problem, I guess I failed to find these issues.

@cvrebert cvrebert added the docs label Aug 22, 2014
@cvrebert cvrebert added this to the v3.2.1 milestone Aug 22, 2014
@cvrebert
Copy link
Collaborator

Since it's come up a reasonable number of times, I think we ought to document that it's explicitly not officially supported.

@radogado
Copy link

radogado commented May 3, 2018

natUIve supports nested carousels: https://github.com/radogado/natuive

@twbs twbs locked as resolved and limited conversation to collaborators May 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants