| Issue 228: | IE throws security warnings when closing modal on HTTPS server | |
| 2 people starred this issue and may be notified of changes. | Back to list |
|
What steps will reproduce the problem?
1. An SSL secured https:// server
2. NyroModal 1.4.2 + jQuery 1.3.2 + IE7 or 6
3. Open a modal for a hidden div on the page (no AJAX involved at all)
In IE7 I open a modal just fine, but when I go to close it IE then throws a
Security Information warning that says "This page contains both secure and
non-secure items. Do you want to display the secure items?"
In IE6, this message appears when opening the modal. This does not even
happen at all in IE8 or any other browser I've tested.
This is how I'm initializing the modal: $('#links
a.nyroModal').nyroModal({'blocker':'#aspnetForm'});
May 14, 2009
Project Member
#3
nyro...@gmail.com
Jun 12, 2009
I've updated to the new 1.5.0 version and this fixes the issue for IE6, but it still occurs in IE7 for some reason. Any suggestions or ways I can help you test this to figure it out?
Jul 9, 2009
Are all of your content loaded through the HTTPS connection? Could you try to figure out which element are loaded without using this connection? Could you send me a link please?
Jul 23, 2009
Did you try with IE7 now? Does the bug still occurs?
Jul 28, 2009
it could be this: do not use 'about:blank' for iframes, instead create an empty page (eg. blank.html) and use this as default src attribute original found at: http://bytes.com/topic/javascript/answers/869397-both-secure-nonsecure-items IE sucks regards Michael
Aug 11, 2009
Since the version 1.5.0, the plugin use javascript:false for creating every iframe, which should avoid security issue.
Status:
Fixed
|
||||||||