Bootstrap does actually have an option to make the remove the "click anywhere but the modal to close" functionality. It can be added as a data attribute to the modal or the trigger: data-backdrop="static" or passed as an option: 'backdrop': 'static'
Kristen On Tue, May 8, 2012 at 11:25 PM, Chris Geer <[email protected]> wrote: > I've been spending a lot of time with the open_views feature. I really like > how things look right now using the bootstrap modal however the > functionality is just not there. The biggest problem I have is that if you > click anywhere off the dialog it automatically closes which doesn't work > very well for users who miss click. I've been working on a mod that would > allow you to define popups that can use either bootstrap modal or jquery > popups. > > Are there other things we could do to make this more usable? > > Chris >
