Using bootstrap modal popup I want to show a popup to inform the user a task is running. During this, the modal window may not be closed, so i added the properties:
{
backdrop: 'static',
keyboard: false
}
when the ajax request is finished, the content of the modal is changed. Also i can reenable the backdrop-behaviour changing the property-value. I would also like to change the keyboard-behaviour, but just changing the property does not have effect until closing and showing the popup again.
Is there a way to re-enable the esc-key without having to close the modal popup?
See also: http://jsfiddle.net/as3x6Lfp/1/