Issue 1: Feature Request/Question: Multiple modal dialogs?
Status:  New
Owner: ----
Reported by kho...@gmail.com, Apr 13, 2008
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
It could a great idea.
I already saw some case when modal stacks could be useful.

For sure it will be possible.

I will keep this feature in my mind and try to implement it. If I'll do it, nyroModal
will goes to the version 2 as there will be many changes in the way it works and in
the possibilities to use it.

Thanks for your request.
Apr 15, 2008
Project Member #2 nyro...@gmail.com
(No comment was entered for this change.)
Labels: -Type-Defect Type-Enhancement
Nov 24, 2008
#4 chriskurzyna@gmail.com
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
#5 kurtu...@gmail.com
Hope this would be available soon
Mar 10, 2009
#6 afroz...@gmail.com
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
#7 cully.la...@gmail.com
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
#8 bryancco...@gmail.com
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
#9 bryancco...@gmail.com
Added 
    setCurrentSettings({overflow: ''}, 'cssOpt', 'content'); 

to reset after closing an image/swf
jquery.nyroModal-1.6.2.mod.js
54.9 KB   View   Download
Aug 14, 2010
#10 goo.jle...@gmail.com
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
Project Member #11 nyro...@gmail.com
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