A modal pop-up window is a window that is displayed on top of the main window and that disables the main window until the user has finished interacting with the pop-up window.
Questions tagged [modalpopup]
153 questions
13
votes
3 answers
Close Modal Popup using Esc key on keyboard
I need to close the modal also using the "ESC" key, at the moment it is closing the "CLOSE" and "CONFIRM" button. i'm using reactstrap, react hooks.
keyboard {show} and handleClose
it didn't work.
Here is the code:
const DeleteUserModal = props =>…

Allan Alencar
- 143
- 1
- 1
- 8
6
votes
3 answers
(Vue.js) Scrolling in the modal will also scroll the back of the modal
Clicking on the image brings up a long, scrolling modal. The problem is that if you scrolling in the modal will also scroll the back of the modal. How do you solve it?
Modal is a component. Here is my code:
Carousel.vue
…

ddon
- 185
- 3
- 4
- 15
3
votes
2 answers
Visual Studio Community 2022 (64-bit) - How to disable pop-ups boxes
I have seen this question asked many times, however the answers do not seem to apply to Visual Studio Community 2022 (64-bit): how can I disable the pop-up boxes that appear whenever you hover over variables or functions? This functionality is…

Doug Sisco
- 121
- 9
3
votes
1 answer
Ajax ModalPopup wrong display in IE8 - IE9
Im using ModalPopup (AJAX) in my aspx web (VB.NET) using a masterpage, it works fine in (ie6, Firefox) but when i use IE7, IE8, IE9, when i want to open the Modalpopup, is displayed incorrectly (the screen is enlarged and when I use the mouse wheel…

user2023944
- 49
- 5
2
votes
2 answers
disable background in jquery popup
OK, So i have this snippet http://jsfiddle.net/8vFEd/ here;
whenever the popup comes up, I either want to disable the background, so that users can't click on another language until they close the first popup, or how would I accomplish that,…

Mike
- 3,348
- 11
- 45
- 80
2
votes
0 answers
Blazored-modal.css not loaded properly when the app start
My Blazor app has some problem with Blazored-modal.
If i try to show a modal pop as soon as someone visit the app, the modal pop up is not showed correctly and the console show this message:
Failed to load resource: the server responded with a…

Simon3
- 89
- 1
- 10
2
votes
1 answer
ShowModal on a created Form, no access to modal Form
I am using a piece of software that David Heffernan has shared here:
How can I allow a form to accept file dropping without handling Windows messages?
I have changed the component from a Form to a Panel, and that works fine in the MainForm.
However,…

Jan
- 23
- 3
2
votes
1 answer
How to trigger bootstrap modal popup after page loads in Angular 7
I'm trying to implement a functionality where a modal loads after about 15 seconds when the user visits the landing page and and staying on the landing page for more than 15 seconds. But nothing is getting loaded after the view loads
HTML:
2
votes
1 answer
How to open ng-bootstrap modal popup on pageload in angular 7?
I am unable to display the ng-bootstrap modal popup on page load in angular 7.
i have tried the below code to open it.
openVerticallyCentered(content) {
this.modalService.open(content, { centered: true });.
this.modalService.open(content, {…

Atif Azad
- 75
- 1
- 10
2
votes
1 answer
Preloader modal Framework 7 unchangeable
I have been trying to solve this small issue of changing the modal for the Preloader popup to be bigger so the whole number of A301 can be seen, however I don't understand how Framework 7 design works cus I've been changing many times and it doesn't…

Ben Scmidth
- 1,325
- 2
- 12
- 21
2
votes
3 answers
How to get access to `BsModalRef` in opened modal component?
I'm quite new to Angular 4.I have been working on Angular 1.5.x and now converting same application in Angular 4 with ngUpgrade hybrid approach.
I'm using ngx-bootstrap modal component in my hybrid application in order to replace existing modal…

Abhijit Muke
- 1,194
- 3
- 16
- 41
2
votes
3 answers
Empty Modal PopUp in Sitecore
I'm working on displaying a Richtext in MVC Sitecore View.
Below is my code
@Html.Sitecore().Field("{ACBE8753-2970-****-A022-4C4******4AA}")
When I click on Modal pop up link, I see its empty (below is screenshot).…
EKD
- 73
- 7
2
votes
1 answer
Modal popup is working on my local but same is not working on production server (AWS)
I have build for popup on a page (Inspirations page in this case). This page is a directive included in main 'product_chat.html' which is connected to 'product_chat.js'. All these files are initiated from index.html
index.html

Prashanth Sai
- 53
- 7
2
votes
0 answers
Selenium : send data from pop up window to parent in IE11 not working through JS
I am working to automate an application which works in IE only.
Steps are :
1. Go to particular page and click on Search button.
2. Search button opens up a new Modal Pop up
3. I chose a company name in popup and It closes the popup and populate the…

nit22
- 29
- 2