Modal backdop not removed
See original GitHub issueWhen 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
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource. </bountysource-plugin>
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i get the same thing with Bootstrap4 as well
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: