-
-
Notifications
You must be signed in to change notification settings - Fork 78.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
accordion does not work properly with zero-height collapsible #5849
Comments
Closing out until we can get a jsfiddle with this. |
here is a fiddle. -http://jsfiddle.net/uycBa/157/ |
Based on the doc example : Tested against v2.3.0 I think that because of the absence of content (height, padding, etc), the transition end event is never fired and the plugin keep its transitioning state active thus blocking any future action. |
note that this also happens on the bootstrap website on the collapse example if you delete one of the accordion-inner nodes |
@mdo can this be reopened please.. this issue is still relevant |
Also experiencing this. Not very usable on dynamic apps. |
If this is still relevant to v3.0.0, please open a new issue with an updated JSFiddle or JS Bin example. |
Looks like it works fine with BS3. Thanks. |
How to reproduce
What is expected
The not-empty item is shown again.
What is happened
The not-empty item leaved non-visible (really style="height: 0px").
Tested with last accessible public release (2.2.1)
The text was updated successfully, but these errors were encountered: