Git Product home page Git Product logo

Comments (9)

jogibear9988 avatar jogibear9988 commented on August 19, 2024 1

thanks.

kann you also look at my pull req about the readme?

from bootstrap4-dialog.

jogibear9988 avatar jogibear9988 commented on August 19, 2024

twbs/bootstrap#31622

from bootstrap4-dialog.

jogibear9988 avatar jogibear9988 commented on August 19, 2024

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

from bootstrap4-dialog.

GedMarc avatar GedMarc commented on August 19, 2024

Ok so updating the 4.5.2 seems to fix it -

Please check the latest on the branch, and with that bootstrap (and popper/tether versions) all dialogs use the backdrop :)
4.5.1 looks like that bugged out right now

from bootstrap4-dialog.

GedMarc avatar GedMarc commented on August 19, 2024

bootstrap4-dev branch :)

from bootstrap4-dialog.

jogibear9988 avatar jogibear9988 commented on August 19, 2024

No 4.5.2 does also not work.
Bootstrap Dev I've not tested.

Try 4.5.2 in the JsFiddle... it does not work

from bootstrap4-dialog.

GedMarc avatar GedMarc commented on August 19, 2024

workaround for now while i try find the root cause
animate : false

BootstrapDialog.show({
	title: 'Example',
    message: 'Write your example here.',
    animate:false,
    buttons: [{
   		label: 'Close',
        action: function(dialog) {
        	dialog.close();
        }
    }]
});

from bootstrap4-dialog.

GedMarc avatar GedMarc commented on August 19, 2024

ok

the version on cdn.jsdelivr.net hasn't updated, the current version is fine so shew! There was an update before to use bootstrap modal close instead, looks like that hasn't filtered through there-

Now to investigate how jsdelivr work sigh

from bootstrap4-dialog.

GedMarc avatar GedMarc commented on August 19, 2024

Thanks for the report!

http://jsfiddle.net/okyhrgnq/1/

from bootstrap4-dialog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.