7,724 questions
-4 votes
0 answers
37 views
How do I make model scrollable? [closed]
I have this code that generates modal from javascript. Here is the code: var _modalManager; this.init = function (modalManager) { _modalManager = modalManager; var modal = _modalManager....
-4 votes
0 answers
42 views
make multiple modals close one at a time instead of all at once [closed]
what can i add/edit to the code to make multiple modals close only one at a time? so far i have 2 modals, but when both are open and i click the close button on one of them, all of them close var btn =...
-5 votes
0 answers
53 views
How do i make this code even cleaner? grid, modal, navbar [closed]
I dont know if I can make this any cleaner I want tips because I'm trying to perfect my knowledge about basic HTML I have all my divs necessary for my tic tac toe game, however I can't seem to find a ...
1 vote
1 answer
91 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
93 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
69 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
32 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
59 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
13 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
67 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 ...