7,717 questions
1
vote
1
answer
99
views
Bootstrap modal hides when it loses focus to main page
When my Boostrap Modal is displayed and it loses focus by the user clicking off the modal and onto the main page, the Modal is hidden. How can I stop this?
on('hidden.bs.modal') gets triggered after ...
-2
votes
1
answer
56
views
Highcharts element addition for Bootstrap modal fails - issue issue with version 12.3 [closed]
I started using Highcharts version 12.3 and encountered a problem with an additional element I add to my charts. Left of the hamburger menu I position the word INFO and when clicked I have a ...
0
votes
0
answers
97
views
Displaying WooCommerce Products in Quick View with Bootstrap Modal
I have a list of WooCommerce products. I've placed a Bootstrap modal button for each product. When the button is clicked, the modal that opens only displays the first product. I've added the IDs, but ...
0
votes
1
answer
70
views
Open a modal above the other with a minimum of offset
The goal is to be able to open a modal above another, giving the latter a bit of an offset. My code to add this offset works pretty well, but there is a problem when I close a modal. The offset ...
1
vote
1
answer
61
views
Bootstrap Show Modal Is Erroring
I am trying to show a modal in bootstrap for a help file. I have followed a number of tutorials but always it fails. Does anyone know where I am going wrong? I am getting the following error:
Uncaught ...
0
votes
0
answers
33
views
Delivery/Billing address not updating after selection from modal in checkout until page refresh
Shopware version: 6.6.8.2
No major checkout customization.
I'm experiencing an issue on a Shopware 6 storefront during the checkout process.
There is a button labeled "Change delivery address&...
-1
votes
1
answer
62
views
How to handle form close on cancel? [closed]
I have a modal form made with Bootstrap, and when the user clicks the cancel button I get a warning in the console:
locked aria-hidden on an element because its descendant retained focus...
This is ...
0
votes
2
answers
100
views
Bootstrap modal working proper but not with overlay component
The current interaction behavior is that after I click submit the form, it should have delayed time with spinner and success message but they're still not showing only modal close in setTimeout() ...
1
vote
1
answer
77
views
Boostrap dropdown into modal
My problem is when I click on the button to open the dropdown menu. The height of the modal-body is not increasing, instead the modal is hidden and I have to scroll into modal-body.
How I can make the ...
0
votes
1
answer
37
views
Bootstrap 4 Modal on Modal. How to show the grey background behind the top modal
I have a requirement to show a modal box on top of the another modal box. Everything works fine.
But the grey background always show for the lowest modal. I want the grey background to show behind top ...
0
votes
0
answers
16
views
Choices are not shown i modal - Django
I have a modal used for adding a new record to the database. However the choices are not being rendered in the choice fields.
The modal:
{% load crispy_forms_tags %}
<li class="nav-item"&...
-1
votes
1
answer
74
views
After open bootstrap modal and close i can't reopen again why?
I open bootstrap modal and close it without any issue
when I try to reopen again for second time after closing it
it not open so how to fix issue
so how to solve this issue
I can open bootstrap ...
0
votes
0
answers
70
views
Bootstrap 5.3.3 modal backdrop quickly shows up and then disappears
For an unknown reason, probably a theme conflict, when I open my modal, the modal backdrop quickly shows up and then disappears.
<div class="modal fade" id="iframeModal1" ...
1
vote
0
answers
36
views
Angular NgbModal: Confirmation Modal Closes But Parent Modal Remains Open
Issue:
I have an Angular application where I use NgbModal for opening a confirmation modal when the user tries to close an edit modal that contains unsaved changes.
The problem is:
Clicking "X&...
0
votes
1
answer
54
views
Changing the form in a modal window when clicking different buttons
Here is the code for the modal window
<div class="modal fade" id="userModal" tabindex="-1" aria-labelledby="userModalLabel" aria-hidden="true" th:...