| Issue 281: | Code does not close the modal in IE8 but works in Firefox | |
| 2 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
A button on the page which opens a modal in an iframe. The modal opens
okay, but get a javascript error and the modal can't be closed.
$(document).ready(function() {
$.nyroModalSettings({ type: 'iframe', width:800, height:500,
padding:2, url:'http://www.google.com' });
$("#btnAddGroup").click(function() {
$.nyroModalManual({
endRemove: function() {
window.location.reload();
}
});
});
});
What is the expected output? What do you see instead?
The modal should close and reload the page.
In IE8, I see a javascript error and modal does not close but the close
image disappears.
However, in FireFox 3.5, it works perfectly.
What version of the product are you using? On what operating system?
Version 1.5.0, Windows XP, Internet Explorer 8
Please provide any additional information below.
Code above works as expected in Firefox 3.5, but not IE 8.
Any ideas?
Jul 10, 2009
Project Member
#1
nyro...@gmail.com
Jul 11, 2009
The error is: Message: Object required Line: 19 Char: 12043 Code: 0 URI: jquery.js I hope this helps
Jul 14, 2009
Hi, Have you had any luck with this issue? Thanks for your help
Jul 14, 2009
This bug occured because the iframe was in another domain name and fired an error in IE8. It will be fixed in the next release.
Status:
Accepted
Labels: Type-Defect
Jul 14, 2009
Excellent, thank you
Jul 17, 2009
the version 1.5.1 just released should fix this issue.
Status:
Fixed
Oct 29, 2009
Hi, can anyone tell me where i can find this update for IE8? Automatic updates are disabled in my job, so where i can find this patches? thanks in advance for your help.
Oct 29, 2009
the version 1.5.2 should fix this issue. So simply download the last version and it will be fixed.
Dec 28, 2009
I understand this issue should be corrected but I am still getting the same issue only from content loaded on the same domain via ajax. Any Idea what might cause this on IE8 I am using NyroModal 1.5.5 Jquery 1.3.2 on windows XP
Dec 30, 2009
@jrlangston, Could you fill a new issue with your code and more information about it please? |