Author: max Date: 2008-03-05 11:12:06 -0800 (Wed, 05 Mar 2008) New Revision: 8178
Modified: openlaszlo/branches/pagan-deities/ openlaszlo/branches/pagan-deities/lps/includes/source/iframemanager.js Log: Merged revisions 8176 via svnmerge from http://svn.openlaszlo.org/openlaszlo/trunk ....... r8176 | max | 2008-03-05 10:04:49 -0800 (Wed, 05 Mar 2008) | 24 lines 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. ....... Property changes on: openlaszlo/branches/pagan-deities ___________________________________________________________________ Name: svnmerge-integrated - /openlaszlo/branches/paperpie:1-6504,6506-6574,6576-7135,7137-7235 /openlaszlo/branches/wafflecone:1-5746,5818-6068,6070-6205,6207-6213,6216-6265,6267-6368,6370-6431,6433-6450,6497,6509,6661,7097,7872 /openlaszlo/trunk:1-7950,7983,8021,8062,8144-8146 + /openlaszlo/branches/paperpie:1-6504,6506-6574,6576-7135,7137-7235 /openlaszlo/branches/wafflecone:1-5746,5818-6068,6070-6205,6207-6213,6216-6265,6267-6368,6370-6431,6433-6450,6497,6509,6661,7097,7872 /openlaszlo/trunk:1-7950,7983,8021,8062,8144-8146,8176 Modified: openlaszlo/branches/pagan-deities/lps/includes/source/iframemanager.js =================================================================== --- openlaszlo/branches/pagan-deities/lps/includes/source/iframemanager.js 2008-03-05 18:40:08 UTC (rev 8177) +++ openlaszlo/branches/pagan-deities/lps/includes/source/iframemanager.js 2008-03-05 19:12:06 UTC (rev 8178) @@ -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
