sathomas / acc-wizard

Wizard implementation for bootstrap based on accordion
216 stars 76 forks source link

I cant get this to work inside a tab-pane #1

Closed jeacott closed 10 years ago

jeacott commented 11 years ago

tried this inside a bootstrap tab-pane but it doesnt work.

sathomas commented 11 years ago

Bootstrap's accordion doesn't work for hidden content (e.g. content in a tab panel). See, e.g. https://github.com/twitter/bootstrap/issues/2274 The collapse functionality counts on elements having a size, but hidden elements don't. Sorry

jeacott commented 11 years ago

Hi, the bootstrap accordion works just fine inside my tab pane, the issue you reference is not the reason it doesnt work. When I enable your wizard on my otherwise functional accordion, all the accordion panels collapse as expected, but no longer respond properly to click/expand events. the same accordion works with your code if I move it outside of the tab.

sathomas commented 10 years ago

closing as stale