Questions tagged [modal-window]
138 questions
0
votes
1 answer
Lazy Load Iframe Only After Modal is Triggered
Issue: I cannot natively lazy load an iframe on a modal window. When I check the waterfall in Inspect element > Network, the iframe loads immediately.
Goal: The iframe should load ONLY when modal is triggered. Can you help please?
I don't use…

NDi
- 184
- 1
- 2
- 17
0
votes
1 answer
React map array modal window items not working
I'm using state everything works fine except for the modal window. Inside the state, I use objects that are normally displayed (you can look at the screenshot https://ibb.co/YBg30NW) please pay attention to the buttons named "Open modal" when you…

Synchro
- 1,105
- 3
- 14
- 44
0
votes
1 answer
Two Modals Windows On Page - But Only Displaying One
I'm not sure why this is happening. I'm using two separate modals with two separate scripts that are identifying two separate classes. The first is the "Specials" Modal Window and the second is the "Emergency" Modal Window. Yet when I click the…

Justin Lucas
- 319
- 2
- 18
0
votes
0 answers
python 3+ with tkinter: modal window not appearing
I'm new to python. I'm trying to set up a GUI with a main window and a modal window to receive the database credentials. The main window has to be in the background when the modal window appears and the user should not interact with it. Actually the…

pzogr
- 424
- 1
- 12
- 30
0
votes
0 answers
Cocoa: How to dismiss multiple modal window / Modal View Controllers at once?
I have a situation that one window present modal view controller and then user can tap to open new modal controller and it can go on. Each model controller have a button to dismiss and requirement is that it should come back to the first view…

Ankur Prakash
- 1,417
- 4
- 18
- 31
0
votes
1 answer
Vaadin 8 the window is rolled back to the beginning when the value in the component changes
In my application, I need a pop-up window with a lot of content that does not fit completely into the browser window and has a scroll bar.
I have already tried to show a pop-up window using Browser Window Opener, but ran into the following problem…

Egor Vasilyev
- 303
- 2
- 14
0
votes
0 answers
How can I add text to a fancybox modal popup
I am currently in the process of creating a masonry grid gallery, using a lightbox alternative called Fancybox. I'm having issues figuring out how to add text to the fancybox modal (once you click an image) and I can't seem to find the physical HTML…

Anonymous
- 21
- 4
0
votes
1 answer
Can't Pass A Parameter for Datatable in Modal React JS
I have a datatable where it pops up a modal window if you select a row. I would like the modal window to display only a datatable of the selected row with additional details. However, passing in the selected row's ID for the modal window seems to…

ASDF
- 21
- 1
- 4
0
votes
1 answer
Form in modal window with Ajax doesn't work in FF?
so i have a simple form in a bootstrap modal window. Now with an ajax call i trigger a .php file which save the data or returns a error.
In chrome and safari everything seems to work as expected, but in firefox it doesn't. In firefox after i hit…

alex
- 4,804
- 14
- 51
- 86
0
votes
1 answer
How to open Modal Window with Dynamically added buttons - Pure JavaScript
I'm grabbing some JSON data from multiple urls. I am displaying them in a table. It also create buttons with each row. I would like to pop up a modal window when it clicks on one of the button which dynamically created. I am using HTML, CSS and pure…

M A K
- 432
- 2
- 5
- 18
0
votes
0 answers
How to make React Native Modal Window?
There is an example of Modal Window on the official Documentation site (React Native).
import React, {Component} from 'react';
import {Modal, Text, TouchableHighlight, View} from 'react-native';
class ModalExample extends Component {
state…

Dmitry Nikitin
- 9
- 1
- 9
0
votes
1 answer
modal window in validation form
It's a snippet of my code. I need to alert the successfully submitted form using
modal window (plugin). how can I realise it in my code below ?
I tried to paste function in { if else } construction but don't know if it's correct. Please, help !!!…

Oksana Shukh
- 237
- 3
- 12
0
votes
1 answer
Java FX new modal Window in Task
My problem is that I can not start a new modal window in Task, it just does not go out. I do not understand how it is possible to derive not just an allert, but any modal window from Task. Translated by Google =)
Task task = new Task()…

fedot deon
- 51
- 1
- 1
- 8
0
votes
0 answers
Loading page content inside Div with Ajax not working inside modal window
I have a page which displays team members (each being a custom post type) and, when a team member is clicked, the content opens inside a modal window called #single-post-container. I do this by attaching an onclick event to each link which has a…

Dan M.
- 35
- 6
0
votes
1 answer
Remove modal window link when is hidden
I have a modal window with a link. The script uses CSS visibility to show and hide the window, but when is hidden, the link remains active disabling the page links inside the modal window area.
Any help?
This is an external HTML sample because the…

Aspid
- 113
- 8