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

shows disabled tabs after click, onTabChange return value ignored #167

Closed jstaerk closed 8 years ago

jstaerk commented 8 years ago

when hovering over disabled tabs, the mouse pointer changes as if it were inactive, but in fact, if one clicks on a disabled tab, the content will still be shown to the user.

Another aspect of the same problem: false return values of onTabChange are ignored.

chaoluo-git commented 8 years ago

I have encountered the same problem, and I changed 'shown' to 'show', and bind 'onTabChange' and 'onTabClick' event.