r15388 - openlaszlo/trunk/lps/includes/source
Author: max
Date: 2010-01-04 09:48:12 -0800 (Mon, 04 Jan 2010)
New Revision: 15388
Modified:
openlaszlo/trunk/lps/includes/source/embednew.js
Log:
Change 20091229-maxcarlson-l by maxcarlson <at> bank on 2009-12-29 15:25:36 PST
in /Users/maxcarlson/openlaszlo/trunk-clean
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Fix swf embedding to work with docs in IE
Bugs Fixed: LPP-8684 - OL 4.7.x -IE - The docs/reference/lz.menu.html can not be invoked successfully on
IE, LPP-8686 - OL 4.7.x - IE - Some chapter of Developer's Guide can not be invoked successfully on IE
Technical Reviewer: ptw
QA Reviewer: hminsky
Details: Use DOM operations to look for the last <script/> tag and insert there when possible.
Tests: trunk-clean/docs/reference/lz.menu.html no longer warns in IE 7. Doc examples appear inline
above the code samples in Firefox.
Modified: openlaszlo/trunk/lps/includes/source/embednew.js
===================================================================
--- openlaszlo/trunk/lps/includes/source/embednew.js 2010-01-04 17:45:23 UTC (rev 15387)
+++ openlaszlo/trunk/lps/includes/source/embednew.js 2010-01-04 17:48:12 UTC (rev 15388)
<at> <at> -734,7 +734,14 <at> <at>
if (! root) {
(Continue reading)