twbs / bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
https://getbootstrap.com
MIT License
170.31k stars 78.79k forks source link

Backdrop not closed with Bootstrap Dialog any more (in 4.5.1) #31622

Closed jogibear9988 closed 4 years ago

jogibear9988 commented 4 years ago

I use this Bootstrap Dialog: https://github.com/GedMarc/bootstrap4-dialog

When I update to Bootstrap 4.5.1 or 4.5.2 open a dialog and click on the backdrop, the backdrop stays open.

When I switch back to bootstratp 4.5.0 it works

Deckluhm commented 4 years ago

I don't think this is Bootstrap responsibility to stay compatible with 3rd-party plugins but the other way around (unless there is a undocumented breaking change?).

jogibear9988 commented 4 years ago

see http://jsfiddle.net/qu6r3shn/1/

jogibear9988 commented 4 years ago

@Deckluhm maybe someone can help out to find the root of the problem.

jogibear9988 commented 4 years ago

seems to be fixed with updateing bootstrap in bootstrap dlg