I verified this works in 4.0 with the merged changeset I'm about to send
out...
Jim Grandy wrote:
So we must be missing an intervening change... Perhaps Max's batch
proposal will help out here.
jim
On Mar 11, 2007, at 7:44 PM, Philip Romanik wrote:
Not approved. This doesn't work in 4.0/dhtml with only this change. It
works fine in legals so there is more to this fix than just
LzFormat.lzs. A simple test also shows a difference between the output
on dhtml and swf:
For this example:
<canvas debug="true" width="800" height="400">
<method event="oninit">
Debug.write("oninit", this, this);
</method>
</canvas>
Legals:
swf: oninit This is the canvasThis is the canvas
dhtml: oninit #canvas #canvas
4.0:
swf: oninit This is the canvasThis is the canvas
dhtml: oninit
Change 20070311-maxcarlson-0 by [EMAIL PROTECTED] on 2007-03-11
14:39:22 PDT
in /Users/maxcarlson/openlaszlo/4.0
Summary: Merge r4138 from legals
New Features:
Bugs Fixed:
Technical Reviewer: promanik
QA Reviewer: jgrandy
Doc Reviewer: (pending)
Documentation:
Agreed!
Jim Grandy wrote:
> I'd like to propose that we integrate r4138, which fixes a
regression with Debug.write.
>
> Reward: Debug.write works for multiple arguments again
>
> Risk: low
Release Notes:
Details: svn merge -r4137:4138 http://svn.openlaszlo.org/openlaszlo/
branches/legals
Tests:
Files:
M WEB-INF/lps/lfc/debugger/LzFormat.lzs
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20070311-
maxcarlson-0.tar
--
Regards,
Max Carlson
OpenLaszlo.org