[Laszlo-checkins] r10114 - openlaszlo/trunk/docs

lou@openlaszlo.org lou at openlaszlo.org
Sat Jun 28 09:28:19 PDT 2008


Author: lou
Date: 2008-06-28 09:27:41 -0700 (Sat, 28 Jun 2008)
New Revision: 10114

Modified:
   openlaszlo/trunk/docs/release-notes.css
   openlaszlo/trunk/docs/release-notes.html
Log:
Change 20080628-lou-t by lou at loumac.local on 2008-06-28 12:21:44 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: final edits for ringding release notes

Bugs Fixed: LPP-5192

Technical Reviewer: (pending)
QA Reviewer: amy
Doc Reviewer: (pending)
    
Tests: visual verify



Modified: openlaszlo/trunk/docs/release-notes.css
===================================================================
--- openlaszlo/trunk/docs/release-notes.css	2008-06-28 16:27:02 UTC (rev 10113)
+++ openlaszlo/trunk/docs/release-notes.css	2008-06-28 16:27:41 UTC (rev 10114)
@@ -6,7 +6,7 @@
 * J_LZ_COPYRIGHT_END *********************************************************/
 
 body { background-color: #ffffff; }
-h1 { font-size: large; }
+h1 { font-size: x-large; }
 p
 {
 	margin-left: 10pt;

Modified: openlaszlo/trunk/docs/release-notes.html
===================================================================
--- openlaszlo/trunk/docs/release-notes.html	2008-06-28 16:27:02 UTC (rev 10113)
+++ openlaszlo/trunk/docs/release-notes.html	2008-06-28 16:27:41 UTC (rev 10114)
@@ -33,17 +33,17 @@
       example applications with the requirement that, when possible, DHTML applications behave the
       same as their SWF counterparts. Keep in mind that DHTML does not support audio and video. To
       include that in your application, you can embed a SWF application within your DHTML
-      application, as in this <a href="http://www.openlaszlo.org/lps4.1/examples/musicdhtml/"
-        >example</a>. You can expect [note about performance and file sizes here].</p>
+      application, as in this <a href="http://www.openlaszlo.org/lps4.1/examples/musicdhtml/" target="_blank"
+        >example</a>.</p>
     <p>OpenLaszlo 4.1 also debuts the new and significantly improved documentation. There have been
-      over 350 bug fixes made to the Reference Manual, and over 250 bug fixes in the Developer's
+      over 300 bug fixes made to the Reference Manual, and over 225 bug fixes in the Developer's
       Guide. The Reference Manual and Developer's Guide are also being built using the new doctool
       chain, which is described in the Developer's Guide, for contributors interested in adding to
       the documentation.</p>
     <p>Support for swf9, remains at a preliminary level. As such, we removed the swf9 button from
       the dev console for this release. You can still compile swf9 applications by appending
-      "lzr=swf9" to the url. Or, if you are building the LPS from source, you can uncomment the
-      "swf9" radiobutton in lps/admin/dev-console.lzx, and then rebuild the dev-console by running
+      <code>lzr=swf9</code> to the url. Or, if you are building the LPS from source, you can uncomment the
+      <code>swf9</code> radiobutton in <code>lps/admin/dev-console.lzx</code>, and then rebuild the dev-console by running
       the new console-rebuilding ant task there:<code> cd lps/admin</code>
       <code>ant</code></p>
     <p>Remember to clear your browser cache before reloading to see the rebuilt dev-console, as it
@@ -51,25 +51,28 @@
       and continue development in the trunk branch.</p>
     <p>For every release, we rely on the OpenLaszlo community to help ensure the quality of the
       platform release and to determine its future direction. To propose or participate in
-      discussion of new features, see <a href="http://wiki.openlaszlo.org/Enhancement_Proposals">the
+      discussion of new features, see the <a href="http://wiki.openlaszlo.org/Enhancement_Proposals" target="_blank">
         Wiki.</a>We encourage you to report any problems, and to make suggestions for enhancements,
-      through our <a href="http://www.openlaszlo.org/jira/browse/LPP">JIRA bug tracking system.</a>
-      We'd also like to hear from you on the <a href="http://www.openlaszlo.org/lists">mailing
-      lists</a> and in the <a href="http:http://forum.openlaszlo.org/">forums</a>.</p>
+      through our <a href="http://www.openlaszlo.org/jira/browse/LPP" target="_blank">JIRA bug tracking system.</a>
+      We'd also like to hear from you on the <a href="http://www.openlaszlo.org/lists" target="_blank">mailing
+        lists</a> and in the <a href="http://forum.openlaszlo.org/" target="_blank">forums</a>.</p>
     <h1>Known Issues and Workarounds in 4.1</h1>
     <p>This section describes some known issues and workarounds for using OpenLaszlo 4.1. For
       various reasons, these issues are being deferred to a subsequent release. The bug number has
       been provided so that you can read tthe full description. A summary is provided below.</p>
     <h3>Installing OpenLaszlo 4.1 after the trunk-nightly builds</h3>
-    <p><b><a href="http://www.openlaszlo.org/jira/browse/LPP-6513">LPP-6513</a>: To roll back to an
+    <p><b><a href="http://www.openlaszlo.org/jira/browse/LPP-6513" target="_blank">LPP-6513</a>: To roll back to an
         earlier version</b>, you need to delete <code>/Library/Receipts/openlaszlo*</code> For those
       of you who have downloaded nightly trunk builds recently, you may have noticed that we changed
       the numbering to 4.1 from 4.2.x. As a result, if you wish to install OpenLaszlo 4.1, you need
       to delete your existing <code>/Library/Receipts/openlaszlo*</code> files first and then run
       the installer.</p>
+    <h3>Rich Text is not currently supported in DHTM</h3>
+    <p><b><a href="http://www.openlaszlo.org/jira/browse/LPP-6110" target="_blank">LPP-6110</a>: Text messages for controls that don't work in DHTML.</b> The Rich Text Editor component in the incubator (<code>lps/components/incubator/rich-text/richtexteditor.lzx</code>) does not run in DHTML. Similarly, <code>richinputtext</code> is also not supported in DHTML. Both components work properly in SWF runtimes.
+    </p>
     <h3>Windows Vista Installation Notes</h3>
     <p>
-      <b><a href="http://www.openlaszlo.org/jira/browse/LPP-3875">LPP-3875</a>: Default installation
+      <b><a href="http://www.openlaszlo.org/jira/browse/LPP-3875" target="_blank">LPP-3875</a>: Default installation
         location for Windows Vista.</b> The 4.1 Windows installer saves the OpenLaszlo files to
         <code>c:\Program Files</code> by default. If you use the default value, you need to adjust
       the file permissions after installation as follows: </p>
@@ -89,19 +92,19 @@
     <p>All the files under <code>c:\Program Files\OpenLaszlo Server 4.1</code> should now be
       accessible by users.</p>
     <h3>Ctrl-A key combination Issues</h3>
-    <p><b><a href="http://www.openlaszlo.org/jira/browse/LPP-5675">LPP-5675</a>: Ctrl-A key combo
+    <p><b><a href="http://www.openlaszlo.org/jira/browse/LPP-5675" target="_blank">LPP-5675</a>: Ctrl-A key combo
         doesn't work in Windows IE (or any Mac browser).</b> On Windows XP and Vista with IE7,
       Ctrl-A works the first time you press it and then doesn't work at all. On Mac browsers (Safari
       and Firefox), Ctrl-A doesn't work at all. This is a swf8 issue that is being caused by a bug
-      in the Flash player. See: <a href="http://bugs.adobe.com/jira/browse/FP-118">
+      in the Flash player. See: <a href="http://bugs.adobe.com/jira/browse/FP-118" target="_blank">
         <code>http://bugs.adobe.com/jira/browse/FP-118</code>
-      </a> and <a href="http://bugs.adobe.com/jira/browse/FP-106E">
+      </a> and <a href="http://bugs.adobe.com/jira/browse/FP-106E" target="_blank">
         <code>http://bugs.adobe.com/jira/browse/FP-106</code>
       </a>. </p>
     <p>One possible workaround is to write the application to use <code>onkeyup</code> and not
         <code>onkeydown</code>.</p>
     <h3>DHTML, Windows Internet Explorer: Opacity Issues</h3>
-    <p><b><a href="http://www.openlaszlo.org/jira/browse/LPP-5382">LPP-5382</a>:DHTML - IE:
+    <p><b><a href="http://www.openlaszlo.org/jira/browse/LPP-5382" target="_blank">LPP-5382</a>:DHTML - IE:
         overflow="visible" don't work with opacity.</b> If you use the IE alpha-filter to set the
       opacity, the overflow will always be changed to hidden. The example below provides a
       workaround for this issue: </p>
@@ -117,7 +120,7 @@
         &lt;view y="200" opacity=".6" width="${canvas.width}" height="60" resource="http:Unbenannt.png" stretches="both"/&gt; 
     &lt;/canvas&gt; 
 </pre>
-    <p><b><a href="http://www.openlaszlo.org/jira/browse/LPP-5370">LPP-5370</a>: IE7 DHTML Doesn't
+    <p><b><a href="http://www.openlaszlo.org/jira/browse/LPP-5370" target="_blank">LPP-5370</a>: IE7 DHTML Doesn't
         honor view opacity for stacked (overlayed) views</b>. If you have a shadow view that uses a
       partial opacity setting underneath another view to create a shadow effect, the topmost view
       overlaying the shadow disappears in Windows IE7, using DHTML. The following example shows the
@@ -154,19 +157,19 @@
     &lt;/canvas&gt;
       </pre>
     <h3>Firefox 2.0, Copy/Paste Problems using Keyboard Shortcuts</h3>
-    <p><b><a href="http://www.openlaszlo.org/jira/browse/LPP-5246">LPP-5246</a>: inputtext copy,
+    <p><b><a href="http://www.openlaszlo.org/jira/browse/LPP-5246" target="_blank">LPP-5246</a>: inputtext copy,
         paste not working in Firefox 2.0.</b> There are reports that Firefox 2.0 has occasional
       issues with copy/paste failing when using keyboard shortcuts. If the copy (Ctrl-C) does not
       occur, when you paste (Ctrl-V) information into the browser, the previous contents of the
       clipboard are pasted instead.</p>
     <h3>DHTML: inputtext and clickable issues</h3>
-    <p><a href="http://www.openlaszlo.org/jira/browse/LPP-5447">LPP-5447</a>: <b>inputtext and
+    <p><b><a href="http://www.openlaszlo.org/jira/browse/LPP-5447" target="_blank">LPP-5447</a>: inputtext and
         clickable</b>. Input texts have to be placed in one of the clickable elements, which are in
       their own tree of divs, to become active. Refer to the bug report in JIRA to read more details
       in specific browsers. </p>
     <h3>DHTML: onmouseupoutside events not being triggered outside of canvas</h3>
-    <p><a href="http://www.openlaszlo.org/jira/browse/LPP-6125">LPP-6125</a>: onmouseupoutside events
-      not triggered outside of canvas in DHTML, work fine in SWF Basically if you drag and release
+    <p><b><a href="http://www.openlaszlo.org/jira/browse/LPP-6125" target="_blank">LPP-6125</a>: onmouseupoutside events
+      not triggered outside of canvas in DHTML, work fine in SWF.</b> Basically if you drag and release
       outside the canvas, the <code>onmouseupoutside</code> event never gets triggered. The following
       simple example demonstrates the problem:</p>
     <pre>
@@ -182,23 +185,23 @@
       release, you'll see the <code>onmouseupoutside</code> event firing. However, if you drag and release
       outside the canvas, the <code>onmouseupoutside</code> event never gets triggered. </p>
     <h3>SWF9: MacOS pathnames cause Flex compiler integration failure</h3>
-    <p><a href="http://www.openlaszlo.org/jira/browse/LPP-6309">LPP-6309</a>: <b>MacOS pathnames
+    <p><b><a href="http://www.openlaszlo.org/jira/browse/LPP-6309" target="_blank">LPP-6309</a>: MacOS pathnames
         cause Flex compiler integration failure.</b> OpenLaszlo 4.1 includes the flex compiler in
       its installer for swf9 applications. To compile swf9 applications on the Mac, the OpenLaszlo
       server must be installed in a directory that has no spaces in any of the pathname components.</p>
     <p>The default installation is into a directory named <code>OpenLaszlo Server 4.2</code>, which
       must be renamed to something with no spaces, such as <code>OpenlaszloServer4.1</code>.</p>
-    <h1>Bugs Fixed in 4.1</h1>
-    <p>These links take you to our JIRA bug tracking system:</p>
+    <h1>Bugs Fixed in OpenLaszlo 4.1</h1>
+    <p>Because of the very large number of bug fixes, we have provided links to our JIRA bug tracking system where you can view the details:</p>
     <ul>
       <li>
-          <a href="http://www.openlaszlo.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=10741">Fixed software bugs</a>
+          <a href="http://www.openlaszlo.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=10741" target="_blank">Fixed software bugs</a>
       </li>
       <li>
-          <a href="http://www.openlaszlo.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=10742">Fixed Developer's Guide bugs</a>
+        <a href="http://www.openlaszlo.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=10742" target="_blank">Fixed Developer's Guide bugs</a>
       </li>
       <li>
-          <a href="http://www.openlaszlo.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=10743">Fixed Reference Guide bugs</a>
+        <a href="http://www.openlaszlo.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=10743" target="_blank">Fixed Reference Guide bugs</a>
       </li>
     </ul>
 <hr />



More information about the Laszlo-checkins mailing list