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

Handle browser back button #62

Closed chadsowald closed 10 years ago

chadsowald commented 10 years ago

Currently, hitting the browser back button (or Backspace on the keyboard) doesn't go to the previous tab, it just leaves the page and the user could lose work they've done.

VinceG commented 10 years ago

There are plugins out there that can handle this, using the wizard events you can make this work the way you want it. i'm not going to implement this as part of this plugin as it's out of it's scope. maybe someone will be willing to do this.