Author: jcrowley
Date: 2007-10-25 09:46:45 -0700 (Thu, 25 Oct 2007)
New Revision: 7009

Modified:
   openlaszlo/trunk/test/extensions/html.lzx
Log:
Change 20071023-jcrowley-u by [EMAIL PROTECTED] on 2007-10-23 03:39:14 EDT
    in /Users/jcrowley/src/svn/openlaszlo/trunk-g
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Warnings in test/extensions/html.lzx

New Features:

Bugs Fixed: LPP-4344 - Warnings in test/extensions/html.lzx

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

Documentation:

Release Notes:

Details: There are no width, height, x or y attributes
        on the html class.  Removed these attempts at
        declaring these attributes from the test file.
        (The remaining errors are from Henry's schema
        changes.)

Tests: Run test/extensions/html.lzx and notice an absence
        of errors about undefined attributes.



Modified: openlaszlo/trunk/test/extensions/html.lzx
===================================================================
--- openlaszlo/trunk/test/extensions/html.lzx   2007-10-25 16:41:23 UTC (rev 
7008)
+++ openlaszlo/trunk/test/extensions/html.lzx   2007-10-25 16:46:45 UTC (rev 
7009)
@@ -8,7 +8,7 @@
     <class name="browser" extends="window" resizable="true" bgcolor="silver">
         <edittext name="txt" text="http://openlaszlo.org/"; width="300"/> 
         <button x="310" onclick="parent.htmlview.setSrc(parent.txt.getText()); 
parent.htmlview.setAttribute('visible', true)">Load</button> 
-        <html name="htmlview" width="${parent.width - 19}" 
height="${parent.height - 74}" x="${parent.x + 7}" y="${parent.y + 53}"/>
+        <html name="htmlview"/>
     </class>
 
     <browser width="100%" height="100%"/>


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

Reply via email to