| Issue 1: | Feature Request/Question: Multiple modal dialogs? |
1 of 141
Next ›
|
| 6 people starred this issue and may be notified of changes. | Back to list |
Quick question about the feasibility of having multiple modals... I realize this isn't common usage, but there are situations while doing response-request calls (called Comet now?) that something like an error modal might be raised while a different modal is already being shown. I'm curious if it would be possible to have a modal "stack", such that one modal could overlay another at a higher z-index. Thoughts?
Apr 13, 2008
Project Member
#1
nyro...@gmail.com
Apr 15, 2008
(No comment was entered for this change.)
Labels:
-Type-Defect Type-Enhancement
Nov 24, 2008
Please oh please add the ability to stack the modal. This is an awesome feature and very useful in many operations. I currently use floatbox ONLY because of this feature, but it is a pain since everything is written using jquery and floatbox is not. Please oh please make this feature and you will have the ultimate lightbox on market.... :)
Dec 2, 2008
Hope this would be available soon
Mar 10, 2009
I recently wanted a modal in UI to configure a Group which has multiple Groups and each Group can have multiple members...nyroModal was perfect but when a modal opened a new modal, the parent modal was lost..hope you get this future soon Thanks
Aug 25, 2009
I would also like this feature. I have a page with links to delete records. After the success or failure of that delete, a message is displayed. If more than one link is clicked at around the same time, then two message should be displayed. However, currently, one message will be displayed, but the second soon replaces it. Thanks for the great plugin. It's the best I've used so far. I've found that it fits my needs, rather than me being required to fit my needs to the modal box's capabilities.
Jul 10, 2010
Here is a hacked version that does nesting when using different galleries and divs. Im sure it could be done much better. Also, there was an issue when using the same hidden div for a single galleries content (changed dynamically through a js) that would delete out the html inside that is fixed.
IE. I use it for a gallery of biographies, then inside each biography there is an image gallery.
<a rel=maingal href=#idmain1>main1</a>
<div id=idmain1 style=hidden>
<a rel=main1gal >Image 1</a>
<a rel=main1gal >Image 2</a>
</div>
<a rel=maingal href=#idmain2>main2</a>
<div id=idmain2 style=hidden>
<a rel=main2gal >Image 1</a>
<a rel=main2gal >Image 2</a>
</div>
When Image 1 is closed, the previous gallery or single modal will pop back up.
The private variables added are, if you need to debug it:
var linkStack = new Array();
var keepHtml;
var justPopped = false;
var clearElt = false;
Jul 10, 2010
Added
setCurrentSettings({overflow: ''}, 'cssOpt', 'content');
to reset after closing an image/swf
Aug 14, 2010
Yes, please add this feature. I am in need of this exact feature where I can popup another modal to allow the user to add additional information from a different location. My need is mostly for an iFrame scenerio... Any chance this is in the works? J
Jan 9, 2011
nyroModal v2 is now added and support the stacked feature! Please check out the new homepage http://nyromodal.nyrodev.com/ please note that nyroModal is now hosted on GitHub: https://github.com/nyroDev/nyroModal |