Author: ben Date: 2007-07-24 17:40:27 -0700 (Tue, 24 Jul 2007) New Revision: 5778
Modified: openlaszlo/branches/4.0/docs/release-notes.html Log: Updated release notes for 4.0.4 Modified: openlaszlo/branches/4.0/docs/release-notes.html =================================================================== --- openlaszlo/branches/4.0/docs/release-notes.html 2007-07-25 00:06:18 UTC (rev 5777) +++ openlaszlo/branches/4.0/docs/release-notes.html 2007-07-25 00:40:27 UTC (rev 5778) @@ -3,7 +3,7 @@ <!-- * X_LZ_COPYRIGHT_BEGIN *************************************************** * Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved. * * Use is subject to license terms. * -* X_LZ_COPYRIGHT_END ****************************************************** --><title>OpenLaszlo 4.0.3 Release Notes</title> +* X_LZ_COPYRIGHT_END ****************************************************** --><title>OpenLaszlo 4.0.4 Release Notes</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> @@ -13,10 +13,12 @@ <body class="release-notes"> -<h1><b>Release Notes for OpenLaszlo 4.0.3</b> </h1> +<h1><b>Release Notes for OpenLaszlo 4.0.4</b> </h1> <p class="bodytext"> -OpenLaszlo 4.0.3 is a bug fix release, based on OpenLaszlo 4.0.2. This release includes many bugfixes, including many community-reported bugs, and several community-contributed fixes. If you are developing in 4.0.0, 4.0.1, or 4.0.2, please upgrade to 4.0.3 in order to take advantage of the bugs fixed in this release. 4.0.x is a big change from OpenLaszlo 3.x.</p> +OpenLaszlo 4.0.4 is a bug fix release. This release includes many bugfixes, including many community-reported bugs, and several community-contributed fixes. If you are developing in 4.0.0, 4.0.1, 4.0.2, or 4.0.3, please upgrade to 4.0.4 in order to take advantage of the bugs fixed in this release.</p> +<p>What happened to 4.0.3? It has some bad bugs that we discovered at the last minute; we do not recommend development with 4.0.3. Use 4.0.4 instead; it is exactly release 4.0.3 with two additional bug fixes, for <a href="http://www.openlaszlo.org/jira/browse/LPP-4242">LPP-4242</a> and <a href="http://www.openlaszlo.org/jira/browse/LPP-4244">LPP-4244</a>.</p> +<p>(We are aware that "404" is the HTTP error code for "file not found." Nonetheless, we are naming this release 4.0.4, because that is the version string that follows 4.0.3. Go ahead and make fun of us if you must. A <a href="http://en.wikipedia.org/wiki/Lolcat">lolcat</a> for OpenLaszlo version 4.0.4 would be much appreciated.)</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 @@ -28,10 +30,12 @@ <p> Please see the <a href="http://download.openlaszlo.org/4.0.0/release-notes.html">OpenLaszlo 4.0 Release Notes</a> for an overview of significant changes since 3.x. </p> -<h1>Important Known Open Bugs in 4.0.3</h1> -<p>Many known bugs are present in 4.0.3; this is the way of the world. A few of these bugs deserve special attention:</p> +<h1>Important Known Open Bugs in 4.0.4</h1> +<p>Many known bugs are present in 4.0.4; this is the way of the world. A few of these bugs deserve special attention:</p> <ul> - <li><a href="http://www.openlaszlo.org/jira/browse/LPP-4235">With jdk 1.6 and tomcat 5.5.23, changes to build.xml deploy task necessary></a> The bug description indicates a small change that must be made to the main build.xml file in order to use these recent versions of tomcat and java.</li> + <li><a href="http://www.openlaszlo.org/jira/browse/LPP-4241"> Views clip their contents when opacity changed in R5588 IE7 DHTML</a> This an issue with the IE7 renderer. The workaround is to not set the width/height of the container that has alpha (so the view system can resize it to its contents) or set the width/height to be bigger than its contents. See the <a href="http://jira.openlaszlo.org/jira/browse/LPP-4241#action_37470">JIRA bug comments</a> for an example of this workaround, and <a href="http://blogs.msdn.com/ie/archive/2005/04/26/412263.aspx">this msdn article</a>.</li> + + <li><a href="http://www.openlaszlo.org/jira/browse/LPP-4235">With jdk 1.6 and tomcat 5.5.23, changes to build.xml deploy task necessary</a> The bug description indicates a small change that must be made to the main build.xml file in order to use these recent versions of tomcat and java.</li> <li><a href="http://www.openlaszlo.org/jira/browse/LPP-3579"> Fix debugger in Safari</a> The dhtml debugger does not work in Safari 2 or Safari 3 or WebKit nightly as of r24285. The bug description includes a workaround if you are building OL from source and you need the safari debugger to work. If you do not do the special dance described in the bug, <em>the dhtml debugger will not work in any known version of Safari.</em></li> <li><a href="http://www.openlaszlo.org/jira/browse/LPP-4210">drawview gradients broken in Firefox</a> This is due to lack of support in the DHTML canvas tag for opacity in gradients. Firefox is among the browsers that doesn't accept opacity information for gradient stops. Similar effects can be achieved with color.</li> <li><a href="http://www.openlaszlo.org/jira/browse/LPP-2958">lztest-textstyle.lzx fails in legals</a> The foreground and background colors of text are not handled the same in swf and in dhtml. There are minor display differences between SWF and DHTML, because SWF uses a separate background movieclip, whereas DHTML just uses bgcolor attribute of text. The workaround is to put an extra view in behind the text view. This workaround will not work for DHTML/Safari.</li> @@ -112,6 +116,8 @@ <li><a href="http://www.openlaszlo.org/jira/browse/LPP-4152">LPP-4152</a> Global cursor should be cleared by LzCursor.restoreCursor() in DHTML</li> <li><a href="http://www.openlaszlo.org/jira/browse/LPP-4156">LPP-4156</a> Drawview fill() broken in R5451 DHTML FF</li> <li><a href="http://www.openlaszlo.org/jira/browse/LPP-4168">LPP-4168</a> onframe event not being sent</li> +<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4242">LPP-4242</a> Controls go to disabled state when outer view opacity set in R5588 IE7 DHTML</li> +<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4244">LPP-4244</a> Mouse handling busted in R5588 IE7 DHTML</li> <li><a href='http://www.openlaszlo.org/jira/browse/LPP-4252'>LPP-4252</a> Demos in IE/dhtml have artifacts and buttons/tabs cannot be selected</li> <li><a href='http://www.openlaszlo.org/jira/browse/LPP-4254'>LPP-4254</a> Combobox items not reliably responding to mouse clicks for SWF and DHTML R5599</li> <li><a href='http://www.openlaszlo.org/jira/browse/LPP-4271'>LPP-4271</a> Flash and DHTML: Problem selecting editable and non-editable combobox (Regression)</li> _______________________________________________ Laszlo-checkins mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins
