[Laszlo-checkins] r7937 - in openlaszlo/trunk/lps/includes: . source
hqm@openlaszlo.org
hqm at openlaszlo.org
Thu Jan 31 10:53:33 PST 2008
Author: hqm
Date: 2008-01-31 10:53:30 -0800 (Thu, 31 Jan 2008)
New Revision: 7937
Added:
openlaszlo/trunk/lps/includes/blank.html
Modified:
openlaszlo/trunk/lps/includes/source/lzhistory.js
Log:
Change 20080131-hqm-6 by hqm at 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: LPP-5364
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:
Added: openlaszlo/trunk/lps/includes/blank.html
Property changes on: openlaszlo/trunk/lps/includes/blank.html
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Modified: openlaszlo/trunk/lps/includes/source/lzhistory.js
===================================================================
--- openlaszlo/trunk/lps/includes/source/lzhistory.js 2008-01-31 17:01:50 UTC (rev 7936)
+++ openlaszlo/trunk/lps/includes/source/lzhistory.js 2008-01-31 18:53:30 UTC (rev 7937)
@@ -2,7 +2,7 @@
* @topic Browser
* @subtopic Integration
* @access public
- * @copyright Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved.
+ * @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved.
* Use is subject to license terms.
*/
@@ -44,6 +44,7 @@
Lz.__setAttr(i, 'scrolling', 'no');
Lz.__setAttr(i, 'width', '0');
Lz.__setAttr(i, 'height', '0');
+ Lz.__setAttr(i, 'src', 'blank.html');
document.body.appendChild(i);
i = document.getElementById('lzHistory');
_this._iframe = i;
More information about the Laszlo-checkins
mailing list