nakupanda / bootstrap3-dialog

Make use of Twitter Bootstrap's modal more monkey-friendly.
https://nakupanda.github.io/bootstrap3-dialog/
1.89k stars 664 forks source link

On close of BootstrapDialog.show, html body tag removed - blank page rendered #387

Open cudell11 opened 5 years ago

cudell11 commented 5 years ago

I thought the dialog.close() would leave me on the page from which I called bootstrap. I see the body tag gets a class='modal-open' when dialog is opened. But when I close the dialog the body disappears and I'm only left with the _Layout.cshtml page!

Thanks!