question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Modal backdop not removed

See original GitHub issue

When I log in into chat in https://conversejs.org/docs/html/quickstart.html and I go to edit my status, I can’t click anywhere inside the page.

When I inspect the page, there is a div that is on top of all elements <div class="modal-backdrop fade show"></div> When I delete that div, the page works fine I have the same behavior on my test page using the cdn converse 4.0.2 git hub - converse

<bountysource-plugin>

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource. </bountysource-plugin>

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
psjbeislercommented, Oct 16, 2018

i get the same thing with Bootstrap4 as well

1reaction
Mrfuyucommented, Oct 29, 2018

To keep the backdrop the z-index of the element with the ID #converse-modals has to be over 1040 instead of 1031. If I turn the z-index over 1040 the modal from converse.js is editable.

Temporary I get it to work with:

    .modal-backdrop{
      z-index: 1030 !important;
    }
Read more comments on GitHub >

github_iconTop Results From Across the Web

Twitter bootstrap modal-backdrop doesn't disappear
The way the problem was fixed was to give the browser enough time to deal with the modal backdrop. Instead of immediately taking...
Read more >
Modal backdrop does not disappear, when modal-dialog ...
When the modal block is being removed, the backdrop stays alive, because it is placed in the end of the body. Expected behavior:...
Read more >
Modal-backdrop doesn't disappear [#3018531]
It's because calling modal from other modal window. Here is solution: 1) Please remove ".fade" class from modal wrapper, because of animation ...
Read more >
[Solved] Bootstrap Modal backdrop does not disappear ...
The class of modal that i use is modal fade, but when i change to modal it work just the background is dark...
Read more >
Modal
Modals are built with HTML, CSS, and JavaScript. · Clicking on the modal “backdrop” will automatically close the modal. · Bootstrap only supports...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found