| Issue 31: | iFrame resize only works in IE, Not FF2-3, Safari, Opera | |
| 2 people starred this issue and may be notified of changes. | Back to list |
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
Jun 21, 2008
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
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
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
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
The version 1.2.8 is now released. |