risks: tiny - isolated to config file of laszlo explorer
rewards: big - IE will now work properly for all doc links
--
Regards,
Max Carlson
OpenLaszlo.org
--- Begin Message ---
Author: max
Date: 2007-04-07 14:58:03 -0700 (Sat, 07 Apr 2007)
New Revision: 4609
Modified:
openlaszlo/branches/legals/laszlo-explorer/nav.xml
openlaszlo/branches/legals/laszlo-explorer/nav_dhtml.xml
Log:
Change 20070406-maxcarlson-D by [EMAIL PROTECTED] on 2007-04-06 09:40:25 PDT
in /Users/maxcarlson/openlaszlo/legals-clean
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: Fix laszlo-explorer in IE 6
New Features:
Bugs Fixed: LPP-3722 - XP IE6: cannot select LZX Reference and guides from
navbar buttons in Documentation menu
Technical Reviewer: jcrowley
QA Reviewer: promanik
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details: nav.xml, nav_dhtml.xml - Update targets to be unique per window,
remove hyphens since IE 6 chokes on them. This fixes the links to the
components and contributor's guide and makes the rest open unique windows.
Tests:
Files:
M laszlo-explorer/nav.xml
M laszlo-explorer/nav_dhtml.xml
Changeset:
http://svn.openlaszlo.org/openlaszlo/patches/20070406-maxcarlson-D.tar
Modified: openlaszlo/branches/legals/laszlo-explorer/nav.xml
===================================================================
--- openlaszlo/branches/legals/laszlo-explorer/nav.xml 2007-04-07 17:39:28 UTC
(rev 4608)
+++ openlaszlo/branches/legals/laszlo-explorer/nav.xml 2007-04-07 21:58:03 UTC
(rev 4609)
@@ -305,12 +305,12 @@
<section name="Documentation" title="Documentation"
src="/laszlo-explorer/coverpages/documentation_cover.html" text="Tutorial,
advanced, reference">
<topic src="/docs/installation/index.html" name="Installation" />
- <topic popup="/docs/reference/index.html" name="LZX Reference"
action="popup" target="laszloreference" />
- <topic popup="/docs/guide/index.html" name="Developer's Guide"
action="popup" target="laszlodguide" />
- <topic popup="/docs/deploy/index.html" name="Administrator's Guide"
action="popup" target="laszlodguide" />
- <topic popup="/docs/design/index.html" name="UI Designer's Guide"
action="popup" target="laszlodguide" />
- <topic popup="/docs/component-design/index.html" name="Components Guide"
action="popup" target="laszlo-componentguide" />
- <topic popup="/docs/contributors/index.html" name="Contributor's Guide"
action="popup" target="laszlo-contributorsguide" />
+ <topic popup="/docs/reference/index.html" name="LZX Reference"
action="popup" target="laszlolzxreference" />
+ <topic popup="/docs/guide/index.html" name="Developer's Guide"
action="popup" target="laszlodevguide" />
+ <topic popup="/docs/deploy/index.html" name="Administrator's Guide"
action="popup" target="laszloadminguide" />
+ <topic popup="/docs/design/index.html" name="UI Designer's Guide"
action="popup" target="laszlouiguide" />
+ <topic popup="/docs/component-design/index.html" name="Components Guide"
action="popup" target="laszlocomponentguide" />
+ <topic popup="/docs/contributors/index.html" name="Contributor's Guide"
action="popup" target="laszlocontributorsguide" />
<topic src="/docs/release-notes.html" name="Release Notes" />
<topic src="/tools/index.html" name="Developer's Tools" title="Development
Tools" text="Tips for IDEs"/>
</section>
Modified: openlaszlo/branches/legals/laszlo-explorer/nav_dhtml.xml
===================================================================
--- openlaszlo/branches/legals/laszlo-explorer/nav_dhtml.xml 2007-04-07
17:39:28 UTC (rev 4608)
+++ openlaszlo/branches/legals/laszlo-explorer/nav_dhtml.xml 2007-04-07
21:58:03 UTC (rev 4609)
@@ -301,12 +301,12 @@
<section name="Documentation" title="Documentation"
src="/laszlo-explorer/coverpages/documentation_cover.html" text="Tutorial,
advanced, reference">
<topic src="/docs/installation/index.html" name="Installation" />
- <topic popup="/docs/reference/index.html" name="LZX Reference"
action="popup" target="laszloreference" />
- <topic popup="/docs/guide/index.html" name="Developer's Guide"
action="popup" target="laszlodguide" />
- <topic popup="/docs/deploy/index.html" name="Administrator's Guide"
action="popup" target="laszlodguide" />
- <topic popup="/docs/design/index.html" name="UI Designer's Guide"
action="popup" target="laszlodguide" />
- <topic popup="/docs/component-design/index.html" name="Components Guide"
action="popup" target="laszlo-componentguide" />
- <topic popup="/docs/contributors/index.html" name="Contributor's Guide"
action="popup" target="laszlo-contributorsguide" />
+ <topic popup="/docs/reference/index.html" name="LZX Reference"
action="popup" target="laszlolzxreference" />
+ <topic popup="/docs/guide/index.html" name="Developer's Guide"
action="popup" target="laszlodevguide" />
+ <topic popup="/docs/deploy/index.html" name="Administrator's Guide"
action="popup" target="laszloadminguide" />
+ <topic popup="/docs/design/index.html" name="UI Designer's Guide"
action="popup" target="laszlouiguide" />
+ <topic popup="/docs/component-design/index.html" name="Components Guide"
action="popup" target="laszlocomponentguide" />
+ <topic popup="/docs/contributors/index.html" name="Contributor's Guide"
action="popup" target="laszlocontributorsguide" />
<topic src="/docs/release-notes.html" name="Release Notes" />
<topic src="/tools/index.html" name="Developer's Tools" title="Development
Tools" text="Tips for IDEs"/>
</section>
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins
--- End Message ---