powmedia / backbone.bootstrap-modal

Bootstrap Modal wrapper for use with Backbone.
MIT License
183 stars 97 forks source link

preventClose() does not work properly with 'cancel' event #65

Open milton-loayza-mojix-com opened 10 years ago

milton-loayza-mojix-com commented 10 years ago

Check the following case at http://jsfiddle.net/LvmBP/

The modal is closed because the modal triggers 'cancel' before modal.preventClose() changes the flag _preventClose to prevent close window.