Just add the data-backdrop="static" and data-keyboard="false" attributes to this modal (that is, where you have class='modal' )
data-backdrop="true" is the default behavior that allows background rejection of the click, and data-backdrop="static" is the behavior you explain, but not the deviation, so you probably set it somewhere to " static".
data-keyboard="false" to disable ESC
vijay
source share