Questions tagged [modal-window]
138 questions
0
votes
0 answers
Why popover's title displays badly?
I'm using bootstrap in my project. I would like to use popover inside of modal window, but popover's title look like this:
Here is code I have inside of modal:
0
votes
1 answer
Window controller Delegate error
I used this code to show window controller window in modal view. I have actions in window controller for buttons in window. And when i click the button the app crashed and get no error message. Am I wrong in setting the delegate ?
[[NSApplication…

prabhu
- 1,158
- 1
- 12
- 27
0
votes
0 answers
Opening modal window shifts absolute/fixed positioned elements in background
I'm using jQuery Popup Overlay (http://www.jqueryscript.net/demo/Responsive-Accessible-jQuery-Modal-Plugin-Popup-Overlay/) for a scrollable modal window which makes the original scrollbar disappear when a modal window is open. This makes the…

Jova
- 1
- 2
0
votes
2 answers
can't clearInterval on modal window close action
I'm using modal windows from Foundation and I have an alert every 3 seconds when it's opened.
The point is I want to disable the interval when modal window is closed. I tried the following but clearInterval function doesn't seem to work (alert is…

user3253748
- 89
- 1
- 13
0
votes
3 answers
How to manage and access Apache Wicket 6.X modal window with Selenium web driver 2.41
I'm running integration tests with Selenium 2.41 over a web application whose console is developed with Apache Wicket 6, and I created an instance of Selenium Firefox web driver:
protected WebDriver seleniumDriver = new FirefoxDriver();
I've a page…

andPat
- 4,153
- 7
- 24
- 36
0
votes
1 answer
How to get value from one modal window textbox and put it to another textbox in another modal window?
I would like to ask you guys for a little help. I wanted to have my textbox in a modal to have the same value in another textbox in another modal window. The problem is I don't know how. I'm new in using modal windows. Hoping that someone can help…

user3563036
- 29
- 1
- 1
- 6
0
votes
1 answer
Close a modal window
I'm calling a login using a modal window (its in Worpress, but the log in for another service). I'm trying to add a button to get the modal window to close - it looks like it should work, but its not... any ideas?
Here's the js I'm using: