|
|
|
[
Permlink
| « Hide
]
Lorien Henry-Wilkins - 29/Jan/08 10:25 PM
I bet this is caused by the iframe in the history mechanism in IE. The iframe is created without a src, and it probably defaults to about:blank, which is interpreted as http://about:blank.
Yup, it's definitely the history iframe. I added a blank html page called blank.html to my lps/includes folder and changed lzhistory.js to set the src of the IE iframe blank.html when it is created (around line 47) and I no longer get the mixed content warning.
I cannot seem to reproduce this on my machine, but I can make that patch and check it in and you can see if it fixes
the bug for you. ------------------------------------------------------------------------
r7937 | hqm | 2008-01-31 13:53:30 -0500 (Thu, 31 Jan 2008) | 27 lines Changed paths: A /openlaszlo/trunk/lps/includes/blank.html M /openlaszlo/trunk/lps/includes/source/lzhistory.js Change 20080131-hqm-6 by hqm@DADDY_THNKPAD67 on 2008-01-31 13:49:34 EST in /cygdrive/c/users/hqm/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk Summary: fix IE6 warning when running lzx app over https New Features: Bugs Fixed: Technical Reviewer: lorien QA Reviewer: max Doc Reviewer: (pending) Documentation: Release Notes: Details: specifies a target for the iframe which otherwise appears to default to appear as http protocol Tests: ------------------------------------------------------------------------ |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||