data-dismiss="modal" closes all modal dialogs on page
Created by: magnusart
When using multiple modals on one page open at the same time on top of each other dismissing the topmost with data-dismiss="modal" will hide all active modals.
Multiple Modal boxes on one page at the same time is an UX/Design flaw, but I would still have expected the data-dismiss to close the current/topmost modal and not all modals.
In my case I'm using a component inside a modal dialog box, that in turn uses modal dialog boxes.