GithubHelp home page GithubHelp logo

Background fade issue about bootstrap-modal HOT 4 CLOSED

jschr avatar jschr commented on August 23, 2024
Background fade issue

from bootstrap-modal.

Comments (4)

jschr avatar jschr commented on August 23, 2024

Hey Henry, there are a couple things I think you could do to fix this depending on how you are loading in the modal content. The problem is most likely caused because the tabs are loaded later on so you could either

  1. Apply the same fix I mentioned in that same issue after the content is loaded in the modal.
  2. Use event delegation to bind the fix to the modal instead so that the content can change:
    $('#modal').on('shown', '[data-toggle="tab"]', function(e){ e.stopPropagation() });. You'll have to make sure that the above code is run before the modal is actually launched.

The best solution would be if bootstrap namespaced their events which I believe is in the works but I will look into a better fix so you wouldn't need this hack.

from bootstrap-modal.

jschr avatar jschr commented on August 23, 2024

Hey Henry, please try the latest version and let me know if it fixes your problem. I was able to put a quick fix in there that I'm ok with for now that I believe should solve your issue.

from bootstrap-modal.

henrynw avatar henrynw commented on August 23, 2024

Yep, that latest update fixed it. That's awesome. Thank you so much for the quick turnaround and the great code!

from bootstrap-modal.

jschr avatar jschr commented on August 23, 2024

No problem!

from bootstrap-modal.

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.