Chris Bier

Results 7 comments of Chris Bier

This is true! I am having this problem as well. I am surprised that this has slipped by the wayside.

When this script calls `collapse('show')` on the item that has an `active` class, twitter bootstrap doesn't read the `data-parent` attribute from the html that was just made. https://github.com/twbs/bootstrap/issues/16360 https://github.com/twbs/bootstrap/issues/8400 It...

:+1: I like this

I see now it's being called from list.js:775 `plugin.init(self, List);`

I think this is causing a problem for me, too. I cannot access certain `self` vars that were defined in my test class. So it's causing me to encounter errors...

Actually tried putting your code into my local installation, and it doesn't fix the issue I'm encountering. Still investigating why this is happening... Any feedback or ideas would be helpful