VinceG / twitter-bootstrap-wizard

This twitter bootstrap plugin builds a wizard out of a formatter tabbable structure. It allows to build a wizard functionality using buttons to go through the different wizard steps and using events allows to hook into each step individually.
MIT License
1.39k stars 676 forks source link

onTabShow doesn't fire any more #56

Closed hugsbrugs closed 10 years ago

hugsbrugs commented 10 years ago

Hi !

with the new version the event onTabShow doesn't fire any more (only on load) and the onTabClick and onTabChange doesn't give the index option (always 0).

Tell me if you need some code.

Hugo

VinceG commented 10 years ago

@hugsbrugs Is this using the minified version or full version?

hugsbrugs commented 10 years ago

Thanks for taking care ! It happens with the minified version. I don't understand because when I made the update a few days ago neither min nor full versions where running ...

I've minified the full version myself and ... running !! Trying to see differences between both files (using meld) :

Thanks

Hugo

ruuttt commented 10 years ago

I observed the same problem. Would be great if it could be solved

ruuttt commented 10 years ago

I try to describe the steps how to reproduce the problem. Now the problem is solved.

hugsbrugs commented 10 years ago

Hi !

Do you have an explanation ?

ruuttt commented 10 years ago

Probably there was an unclosed div or something else.