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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
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;


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to