Skip to main content
-4 votes
0 answers
37 views

I have this code that generates modal from javascript. Here is the code: var _modalManager; this.init = function (modalManager) { _modalManager = modalManager; var modal = _modalManager....
user123456's user avatar
  • 2,663
-4 votes
0 answers
42 views

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 =...
laohu2323's user avatar
-5 votes
0 answers
53 views

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 ...
cigoxcccds cigoxdd's user avatar
1 vote
1 answer
91 views

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 ...
McMurphy's user avatar
  • 1,491
-2 votes
1 answer
56 views

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 ...
Hans Rottier's user avatar
0 votes
0 answers
93 views

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 ...
wws34's user avatar
  • 35
0 votes
1 answer
69 views

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 ...
Roberto's user avatar
  • 819
1 vote
1 answer
61 views

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 ...
Jon Farmer's user avatar
0 votes
0 answers
32 views

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&...
Softec's user avatar
  • 123
-1 votes
1 answer
59 views

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 ...
stib's user avatar
  • 3,549
0 votes
2 answers
100 views

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() ...
CChickii's user avatar
1 vote
1 answer
77 views

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 ...
KunLun's user avatar
  • 3,286
0 votes
1 answer
37 views

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 ...
arun kumar's user avatar
0 votes
0 answers
13 views

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"&...
Sebastian Jensen's user avatar
-1 votes
1 answer
67 views

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 ...
Figo Eldakhlawy's user avatar

15 30 50 per page
1
2 3 4 5
515