Issue 31: iFrame resize only works in IE, Not FF2-3, Safari, Opera
Status:  Fixed
Owner: ----
Closed:  Jun 2008
Reported by njection@gmail.com, Jun 20, 2008
What steps will reproduce the problem?
1. Create a web page for modal and iFrame link
2. Change minWidth/minHeight
3. View in browsers

What is the expected output? What do you see instead?

Expect the same height/width across all browsers. Only works in IE
Firefox: defaults to 150x150
Opera: Defaults to 150x150 
Safari: the values for minWidth/minHeight are swapped.


What version of the product are you using? On what operating system?
Version 1.2.7 on IIS6

Please provide any additional information below.

 
Jun 21, 2008
#1 njection@gmail.com
Safari 3.1.1(525.17) tested. It seems as if Safari does not adhere to the height
values listed in the setting
Jun 21, 2008
#2 jasont...@gmail.com
A trick I found for this was making a div wrapper, then setting the width and height
attributes.

Example:
<body>
   <div style="width: 352; height: 350;">
      Your content in here
   </div>
</body>
Jun 21, 2008
#3 njection@gmail.com
That was one of the first things I tried but because I am using another div, I can
not use div1 used for the nyromodal to wrap another div used for a page I have
currently. Is there any way that I can tell nyromodal witch div to use via the id
element?
Jun 21, 2008
#4 njection@gmail.com
The issue lies with the execution of a script that needs to execute after the page
loads. This causes nyro not to load the modal properly and get the correct screen size. 
Jun 21, 2008
Project Member #5 nyro...@gmail.com
In the next release, there will be a new settings: autoSizable to enable or disable
the auto sizing feature.
This setting will be automatically set to false in case of an iframe modal.

As discussed with njection by MSN, there was also an other issue regarding the script.
They wasn't executed at the right moment. It will be fixed in the next released as well.

Finally there was an issue with Safari. All the head part of the page wasn't parsed.
It could be a jQuery Issue and I already filled a bug. I fixed this issue
specifically in my plugin for Safari.

I'll release the 1.2.8 version next Monday.
Status: Fixed
Jun 24, 2008
Project Member #6 nyro...@gmail.com
The version 1.2.8 is now released.