[Laszlo-checkins] r8176 - openlaszlo/trunk/lps/includes/source

max@openlaszlo.org max at openlaszlo.org
Wed Mar 5 10:04:54 PST 2008


Author: max
Date: 2008-03-05 10:04:49 -0800 (Wed, 05 Mar 2008)
New Revision: 8176

Modified:
   openlaszlo/trunk/lps/includes/source/iframemanager.js
Log:
Change 20080305-maxcarlson-j by maxcarlson at Roboto on 2008-03-05 09:48:44 PST
    in /Users/maxcarlson/openlaszlo/trunk-clean
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix braino in iframemanager    

New Features:

Bugs Fixed: LPP-5543 - <html> tag is broken due to javascript error.

Technical Reviewer: promanik
QA Reviewer: lhenrywilkins at laszlosystems.com
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details: Should use 'i' instead of 'iframe'...  Doe!
    

Tests: lps/components/extensions/test/html.lzx laods pages again.



Modified: openlaszlo/trunk/lps/includes/source/iframemanager.js
===================================================================
--- openlaszlo/trunk/lps/includes/source/iframemanager.js	2008-03-05 17:51:35 UTC (rev 8175)
+++ openlaszlo/trunk/lps/includes/source/iframemanager.js	2008-03-05 18:04:49 UTC (rev 8176)
@@ -19,7 +19,7 @@
         if (name != "") Lz.__setAttr(i, 'name', name);
         this.__namebyid[id] = name;
 
-        Lz.__setAttr(iframe, 'src', 'javascript:""');
+        Lz.__setAttr(i, 'src', 'javascript:""');
 
         if (appendto == null || appendto == "undefined") {
             appendto = document.body;



More information about the Laszlo-checkins mailing list