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

Hidden and disabled tabs cause issues with next/previous. #186

Open AronDavis opened 8 years ago

AronDavis commented 8 years ago

Let's say I have three tabs. Tab 2 is hidden and disabled. If I press next on Tab 1, nothing happens.

Rhend commented 8 years ago

I have exactly the same problem with the remove tab. I fix the problem with a hard $("#idTabs").remove() and the next works.

a3aakash commented 7 years ago

same issue I am facing. @stefann42 you have the solution for this issue. Please let me know.