Issue 16: Settings parameter doesn't change modal behavior
Status:  Fixed
Owner: ----
Closed:  May 2008
Reported by maxim.sl...@gmail.com, May 15, 2008
What steps will reproduce the problem?
Please see attached file with two nyroModal calls
One call opens popup using content string I build in JS
Second one uses inline object. 
Second call ignores settings object I pass to the function.
What do I miss?

I use 
WinXP SP3, 
IE 7.0.5730.13
Firefox 2.0.0.14

Thank you
Maxim
demo.html
1.9 KB   Download
May 17, 2008
Project Member #1 nyro...@gmail.com
Attached are the corrected HTML file.

Basically, if you need to make a manual call, don't use the nyroModal class.
Instead, create the nyroModal functionality by manually calling the function on the
element. (you'll undertsand by reading the source)

Moreover the width and height doesn't work with an inline element. These dimensions
should be set in the element you try to show (one more time, you'll undertsand by
reading the source)

NB: be sure to don't use the script and CSS on my server, as I remove the older
version once a new come out. 
demo.html
1.7 KB   Download
Status: Fixed
Labels: -Type-Defect Type-Other