| Issue 443: | ajax calls resizes properly in FF but not IEx | |
| 3 people starred this issue and may be notified of changes. | Back to list |
|
What steps will reproduce the problem? 1. Create 2 pages, nyroModal.html nyroModal.html <html> <head> <script type="text/javascript" src="jquery.nyroModal- 1.5.5.min.js"></script> <link href="nyroModal.full.css" rel="stylesheet" type="text/css"> </head> <body> <a href="testModal.html" class="nyroModal">This is an ajax call to content</a> </body> </html> .... and testModal.html <html> <body> <div style="width:800px;height:500px;"> Contents in this window should be 800x500 </div> </body> </html> 2. 3. What is the expected output? What do you see instead? I would expect when the link is clicked, it the resulting nyroModal window will be sized to the div of the called page (800x500 in this case). In firefox the resulting nyroModal is 800x500, but in IE it is the default nyromodal size. It works in firefox, but it does not work in IE 6,7 or 8. Am I missing something simple? What version of the product are you using? On what operating system? 1.5.5, viewing with browsers on WinXP Please provide any additional information below. Thanks for all your hard work on this great plugin, definitely the best modal window jquery plugin i've used so far.
Mar 8, 2010
#1
kjau...@gmail.com
Mar 8, 2010
I have added an example at http://animation- dev.library.ucla.edu/beta/nyroModalTest.html If you open in Safari and FF it behaves correction (modal window is sized to 800x500), but if you open in IE8,7,6 you see it does not.
Mar 8, 2010
I have also just tested with 1.6.2 and am seeing the same issue
Apr 17, 2010
with IE, you have to set the doctype at the very first line (without any empty line or whitespace) at the beginning of the page. Is it still ocurring when doing so?
Jun 23, 2010
We are having a similar issue, and we have set the doctype correctly.
Sep 17, 2010
dont think its a doctype issue as I too have set it correctly in both the outter page, and the page being called by ajax and I am having the same problem :( Only seems to be on ajax call, as calling just an image works fine |
||||||