Author: ben
Date: 2007-09-10 15:31:41 -0700 (Mon, 10 Sep 2007)
New Revision: 6426
Modified:
openlaszlo/branches/wafflecone/docs/release-notes.html
Log:
Change 20070910-ben-r by [EMAIL PROTECTED] on 2007-09-10 15:25:11 PDT
in /Users/ben/src/svn/openlaszlo/branches/wafflecone
for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone
Summary: First emptying-out of release notes in preparation for 4.0.5.
Bugs Fixed: LPP-4577 Write wafflecone release notes (PARTIAL)
Description:
I've emptied out the old stuff from the release notes. This
is just the beginning of the release notes; I just wanted to
start from a clean-ish slate.
Tests:
Modified: openlaszlo/branches/wafflecone/docs/release-notes.html
===================================================================
--- openlaszlo/branches/wafflecone/docs/release-notes.html 2007-09-10
22:00:17 UTC (rev 6425)
+++ openlaszlo/branches/wafflecone/docs/release-notes.html 2007-09-10
22:31:41 UTC (rev 6426)
@@ -18,8 +18,9 @@
<p class="bodytext">
OpenLaszlo 4.0.5 is .... TODO [WORDS GO HERE] ....
-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.5 in order to take advantage of the bugs
fixed in this release.</p>
-<p>What happened to 4.0.4? We skipped a number. We don't like 404s. 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, fo.</p>
+If you are developing in any previous version of OpenLaszlo, we recommed
upgrading 4.0.5 in order to take advantage of the bugs fixed in this
release.</p>
+
+<p>What happened to 4.0.4? We skipped a number. We don't like 404s.</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
@@ -31,188 +32,15 @@
<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>TODO: CHECK ON THE STATUS OF THESE BUGS -- [WAS: Important Known Open Bugs
in 4.0.4]</h1>
-<p><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>
+<h1>Important Known Issues in 4.0.5</h1>
<p>Some known bugs are present in this release; this is the way of the world.
A few of these bugs deserve special attention:</p>
<ul>
- <li>TODO CHECK STATUS <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. If you need the Safari debugger to work, in
lps.properties you can set compiler.debug.safari to true, do a clean build and
flush your browser cache to allow debugging in Safari 2. This is not on by
default because it makes debugging less useful in Firefox (backtaces will not
see function names). WebKit and Safari 3 work correctly without any workaround.
</li>
- <li>TODO CHECK STATUS <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>TODO CHECK STATUS <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>TODO CHECK STATUS <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>TODO CHECK STATUS <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>
-
</ul>
+
<h1>TODO: LIST RESOLVED BUGS IN OpenLaszlo 4.0.5</h1>
-<h1>Resoloved Bugs in OpenLaszlo 4.0.4 (76)</h1>
-<ul>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-1813">LPP-1813</a>
Clicking on image in clips should put it into details view</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-1834">LPP-1834</a>
cubic bezier implementation in drawview has issues</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-2059">LPP-2059</a>
LzDrawview.clip() is private</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-2145">LPP-2145</a>
spelling mistake under 'Animation Basics' in 'Laszlo in 10 minutes'</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-2373">LPP-2373</a>
Lzpix: 'data source error' when double-clicking on an image in the grid</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-2440">LPP-2440</a>
WARNING: views/details.lzx:15: reference to undefined property 'childNodes'
(FF1.5 and IE6 swf only)</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-2731">LPP-2731</a>
getMouse fails to account for xoffset and yoffset</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-2828">LPP-2828</a> Find
some way to get rid of LzFixTags in the LFC</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-2915">LPP-2915</a>
baseedittext _internaltext y offset wrong if placed in tabpane</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-2932">LPP-2932</a>
setter for 'enabled' property on inputtext fails to send onenabled event</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3224">LPP-3224</a>
remove canvas size from last example</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3330">LPP-3330</a> leap
year check in basedatepicker.lzx is not correct</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3406">LPP-3406</a>
LzTextFormat should have textformat tag</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3556">LPP-3556</a>
Datapath doesn't parse XML attribute correctly</li>
-<li><a href='http://www.openlaszlo.org/jira/browse/LPP-3664'>LPP-3664</a>
LzTrack send onmousetrack* event to the wrong registred node...</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3691">LPP-3691</a>
issues with inputtext in ie6/7 in html example</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3701">LPP-3701</a>
combobox's list can hang off the edge of the screen</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3715">LPP-3715</a>
tooltip should extend node not view </li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3743">LPP-3743</a>
Amazon App: Shipping address edit pane doesn't fit all the controls</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3744">LPP-3744</a> FF
1.5/2.0 dhtml: <edittext> control doesn't draw box around input area</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3753">LPP-3753</a>
onmouseup and onmousedown not reported by LzGlobalMouse for inputtext and
selectable text, </li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3773">LPP-3773</a>
Newlines not escaped in attribute values</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3855">LPP-3855</a>
Setting a class's datapath to its parent datapath results in Firebug error and
non-working app in DHTML only</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3860">LPP-3860</a>
Sometimes xml comes back as application/xml, but Tomcat out of the box isn't
setup to compress this</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3877">LPP-3877</a>
Loading images in proxyless mode can lead to false onload events with
resourceheight/width of 0</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3880">LPP-3880</a>
IE/dhtml: vacation survey crashes when run</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3885">LPP-3885</a>
Window title not clipped in 4.0</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3901">LPP-3901</a>
problem changing query string with data sets</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3921">LPP-3921</a>
Client hangs when destroying deeply nested tree</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3923">LPP-3923</a>
DHTML window: Opening a window with no explicit parent argument generates an
error</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3943">LPP-3943</a>
Splash off center</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3946">LPP-3946</a>
specify rtmpconnection to display status</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3959">LPP-3959</a> SWF:
tree_example is broken in legals</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3963">LPP-3963</a>
'Regression: state onapply not alwasy fired in 4.x'</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3971">LPP-3971</a>
setAttribute('bgcolor', null) doesn't work in IE7</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3992">LPP-3992</a>
reference to null querystring </li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3994">LPP-3994</a>
Javascript error : this.actAnim has no properties, this.actAnim[$2].stop()</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3997">LPP-3997</a>
visibility warnings with test-basetabs.lzx</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3998">LPP-3998</a>
test-basetabs.lzx reference to undefined variable goldstyle</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3999">LPP-3999</a> old
applyStyle code broken for tabpane</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4000">LPP-4000</a>
error when creating tabs without tabpane</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4001">LPP-4001</a>
roundrectbutton in dhtml</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4003">LPP-4003</a>
Wrapping layout incorrect behavior with non visible subviews</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4008">LPP-4008</a>
LZPIX: error setSource called with an empty url</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4012">LPP-4012</a> Got
warning while resizing grid width.</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4018">LPP-4018</a>
LzDraw - drawing lines rapidly leading to browser slowdown and hang</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4020">LPP-4020</a>
Amazon-soap demo starts up in a corrupted state in DHTML</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4026">LPP-4026</a>
Lztrack not workng properly</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4027">LPP-4027</a>
animated focus rectangles don't show in IE DHTML</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4044">LPP-4044</a>
DHTML: IE7 bug with java rpc</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4045">LPP-4045</a> HTML
tag can have spurious warnings</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4047">LPP-4047</a>
Weather example: zip code in upper-right corner looks strange in IE 7</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4048">LPP-4048</a>
onframesloadratio not firing</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4049">LPP-4049</a>
DHTML: Weather link in internal index is wrong</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4050">LPP-4050</a>
ChildView's width/height isn't reflected to the immediateparent (swf-only)</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4058">LPP-4058</a> CSS
typography test fails in trunk and legals</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4062">LPP-4062</a>
Launching applications with a history event can cause javascript errors</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4063">LPP-4063</a> CSS
name attribute selector doesn't work in Flash 6</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4065">LPP-4065</a>
Smoke test failing under legals</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4080">LPP-4080</a>
Drawview referece page is very poor</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4082">LPP-4082</a>
'LzDatapointer.selectChild not careful enough'</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4084">LPP-4084</a>
loading code with import-tag in ol application in a diffrent webcontext don“t
work</li>
-<li><a href='http://www.openlaszlo.org/jira/browse/LPP-4102'>LPP-4102</a>
Sizing canvas height or width to 100 percent isn't working</li>
-<li><a href='http://www.openlaszlo.org/jira/browse/LPP-4109'>LPP-4109</a>
DHTML Smokecheck - output is erased, so you can't tell if it succeeded</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4119">LPP-4119</a>
multiline edittext does not work in IE DHTML</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4120">LPP-4120</a>
LzTrack interferes w/ window drag w/ FF DHTML</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4128">LPP-4128</a>
Drawview's width and height cannot be constrained in DHTML.</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4149">LPP-4149</a> bug
in scrollbar component in DHTML</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4150">LPP-4150</a>
drawview broken in non-IE DHTML as of r5422</li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-4151">LPP-4151</a>
Drawview LZX cachebitmap attribute values have no effect</li>
-<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>
-</ul>
-
-<h1>Improvements in OpenLaszlo 4.0.4</h1>
-<ul>
- <li><a href="http://www.openlaszlo.org/jira/browse/LPP-2322">LPP-2322</a>
Incubator component colorslider by Bajarang Lai Chitlangi</li>
- <li><a href='http://www.openlaszlo.org/jira/browse/LPP-2828'>LPP-2828</a>
Find some way to get rid of LzFixTags in the LFC</li>
- <li><a href='http://www.openlaszlo.org/jira/browse/LPP-3419'>LPP-3419</a>
Debug interface should use firebug console when available</li>
- <li><a href='http://www.openlaszlo.org/jira/browse/LPP-3986'>LPP-3986</a>
Move services/LzTrack.lzs to class system</li>
- <li><a href="http://www.openlaszlo.org/jira/browse/LPP-4135">LPP-4135</a>
Add implementation for setting request headers in Dataset requests in SWF</li>
- <li><a href="http://www.openlaszlo.org/jira/browse/LPP-4162">LPP-4162</a>
Implement <library/> support in DHTML</li>
-</ul>
-<h1>Release notes for OpenLaszlo 4.0.1/4.0.2</h1>
-<p class="bodytext">
-OpenLaszlo 4.0.1 and OpenLaszlo 4.0.2 were released together; OpenLaszlo 4.0.2
was a point release that addresses bugs in the 4.0.0 and 4.0.1 release. There
are no significant new features in this release, although there are several
minor improvements:</p>
-<ul>
- <li>The <html> tag, which used to only be only supported for the
dhtml runtime now works in applications compiled to swf. </li>
- <li>All three remote RPC services are now working in dhtml, but please
note that the support for the RPC services is preliminary, however, as it has
not been exhaustively tested.</li>
- <li><ul>
- <li>XML-RPC</li>
- <li>JAVA-RPC</li>
- <li>SOAP</li>
- </ul></li>
- <li>There is new documentation content, and</li>
- <li>Improvements have been made to the default Tomcat configuration. </li>
-</ul>
-<h1><a name="fixed-bugs">Resolved Bugs in OpenLaszlo 4.0.1/4.0.2 (48)</a></h1>
-
-<p>OpenLaszlo 4.0.1/4.0.2 resolves the bugs listed below. Please see the
descriptions in the JIRA database for more details.</p>
- <ul>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3980">LPP-3980 Amazon
app uses 100% CPU when idle when compiled for SWF.</a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3947"> LPP-3947 Flash
and DHTM: Setting canvas width to 100% in legals results in a canvas that is
500 pixels wide </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3943"> LPP-3943 Splash
off center </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3911"> LPP-3911 navbar
is missing in laszlo-explorer </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3908"> LPP-3908
components not clickable in safari or opera </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3903"> LPP-3903
ondblclick broken in 4.0 in Win XP </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3900"> LPP-3900 LZX
reference the example for datepicker contains a wrong date for the selecteddate
attribute </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3894"> LPP-3894
Relative HTTP paths no longer work for datasets </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3882"> LPP-3882
Databinding to xpathQuery broken in 4.0 </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3878"> LPP-3878
Streaming proxyless mp3 audio can't be controlled until it's completely
finished loading </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3877"> LPP-3877
Loading images in proxyless mode can lead to false onload events with
resourceheight/width of 0 </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3869"> LPP-3869 Flash
9 blocks loading of non-proxied mp3 audio files </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3866"> LPP-3866 ant
lztest failing in legals </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3858"> LPP-3858 Script
compiler compressor precedence error </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3856"> LPP-3856 DHTML:
clonemanager is null in datalistselector.lzx </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3854"> LPP-3854
LzKeys.onmousewheeldelta broken in swf Max Carlson </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3828"> LPP-3828 Put a
last resort catch around the top level in DHTML debug mode </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3805"> LPP-3805
lzc.bat fails in the release of LPS 4.0 </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3784"> LPP-3784
Debugger needs to indicate when it has abbreviated an object. </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3782"> LPP-3782
Windows-only unit test failure in js2doc.test with unit @path attribute
</a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3781"> LPP-3781
documentation disables scrollwheel and navigation </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3779"> LPP-3779
Misleading Compilation exception syntax error </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3778"> LPP-3778 Remove
contacts/contacts.lzx because it requires the redmond components </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3777"> LPP-3777 Bug in
DHTML datapath processing: function __LZgetNodes $2_p.attributes has no
properties </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3776"> LPP-3776 DHTML
apps need to use embedDHTML url, not page load URL for proxied loads...
</a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3775"> LPP-3775 Canvas
div should be clipped instead of the container view </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3774"> LPP-3774
Dynamically created multiline text has incorrect height </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3769"> LPP-3769
LzBrowser shouldn't be documented as a kernel API, should appear in refguide
</a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3758"> LPP-3758 Java
stack trace while compiling malformed JavaScript code </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3752"> LPP-3752
Constraints don't seem to fully work </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3750"> LPP-3750 SOLO
DHTML deploy wizard gets errors in released windows installation </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3746"> LPP-3746 docs
missing illustrations </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3741"> LPP-3741 Amazon
demo: Error after deleting a radio button that is selected </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3737"> LPP-3737
Calendar demo event text is not clipped for recent edits </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3735"> LPP-3735
<html> embedding tag not working in FF2.0 / OS X in swf </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3727"> LPP-3727 Stale
links in Documentation -> Developers Tools->DTD / IntelliJ Settings / IDE for
Laszlo </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3722"> LPP-3722 XP
IE6: cannot select LZX Reference and guides from navbar buttons in
Documentation menu </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3703"> LPP-3703 IE
issue with DHTML embed frame scrolling on unclipped views </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3688"> LPP-3688 New
xml parsing not working? </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3657"> LPP-3657
Implement SOAP RPC in DHTML </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3558"> LPP-3558
wording of tutorial </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-2903"> LPP-2903 unit
test test/lztest/lztest-layout.lzx fails in DHTML runtime </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-2876"> LPP-2876 event
info is partially clipped in calendar demo, IE, swf7 and dhtml </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-2628"> LPP-2628 Splash
swf resource is unpredictably scaled </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-2491"> LPP-2491 solo
wizard does not respect the specified input height and width sizes </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-1644"> LPP-1644
datalistselector fails to call setSelected() method if view was previously
selected and was the only replicated view. </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-1534"> LPP-1534
LzTrack doesn't document unregister() method </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-1379"> LPP-1379
repeated mouse events with same coordinates </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-414"> LPP-414 data
selection manager doesn't update selection </a></li>
-</ul>
-<h1><a name="features-added">Improvements in OpenLaszlo 4.0.1/4.0.2
(7)</a></h1>
-<ul>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3868"> LPP-3868 Fix
memory leak for images in DHTML runtime </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3717"> LPP-3717
SOAP/DHTML should cleanly not work </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-3159"> LPP-3159 The
good charting & graphing example should be included in the distro </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-2996"> LPP-2996
Explorer should use canvas attributes to fill in version info at bottom of
navbar </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-2117"> LPP-2117 Added
support for inset management to incubator's roundrect.lzx </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-1071"> LPP-1071 how to
delete an imported library </a></li>
-<li><a href="http://www.openlaszlo.org/jira/browse/LPP-990"> LPP-990
constraints and performance </a></li>
- </ul>
</body>
</html>
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins