oopsy maybe this is it





On 8/31/06, Benjamin Shine <[EMAIL PROTECTED]> wrote:
The attachment is just the change description, not the diffs. Please send diffs?

On Aug 31, 2006, at 1:25 PM, Henry Minsky wrote:

Change change.sdWjP4036.txt by [EMAIL PROTECTED] /home/hqm/src/svn/openlaszlo/branches/legals/WEB-INF/lps/ on 2006-08-31 16:17:00 EDT

Summary: pass canvas debug attribute info through to ResponderLFC via html template

New Features:

Bugs Fixed:LPP-2588

Technical Reviewer: ben
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
   
fix for LPP-2588 Putting debug=true on canvas in DHTML causes error when running in non-debug app

The computed canvas 'debug' attribute (computed via the canvas
attribute plus any request debug query args) needs to get passed out
to the wrapper HTML template generator, so that the request for the DHTML LFC
can know whether to deliver the debug or non-debug version.


Tests:

Run this app as foo.lzx?lzr=dhtml

<canvas debug="true">
  <text text="${'$debug='+$debug}"/>
</canvas>

It should come up without error in Firefox, saying $debug=true


Files:
M      server\src\org\openlaszlo\servlets\responders\ResponderLFC.java
M      server\src\org\openlaszlo\servlets\responders\ResponderHTML.java
M      server\src\org\openlaszlo\compiler\CanvasCompiler.java
M      server\src\org\openlaszlo\compiler\Canvas.java
M      templates\html-response.xslt



--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

<change.sdWjP4036.txt>

_______________________________________________
Laszlo-dev mailing list




--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

Attachment: patch.hqm.3168.tgz
Description: GNU Zip compressed data

_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to