[Laszlo-checkins] r11747 - openlaszlo/trunk/test/components/lz

jcrowley@openlaszlo.org jcrowley at openlaszlo.org
Wed Nov 12 23:02:56 PST 2008


Author: jcrowley
Date: 2008-11-12 23:02:50 -0800 (Wed, 12 Nov 2008)
New Revision: 11747

Modified:
   openlaszlo/trunk/test/components/lz/test-combobox.lzx
Log:
Change 20081112-laszlo-6 by laszlo at T43-L3XEXMW on 2008-11-12 13:58:38 EST
    in /home/laszlo/src/svn/openlaszlo/trunk-liquid
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: test/components/lz/test-combobox.lzx gives this.getTextwidth is not a function

New Features:

Bugs Fixed: LPP-7325 - test/components/lz/test-combobox.lzx gives this.getTextwidth is not a function

Technical Reviewer: max
QA Reviewer: promanik
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details: Fixed a capitalization typo that was
    preventing the combobox test from running.
    Also fixed an issue that was giving a
    compilation warning.

Tests: Run the affected file, especially in
    DHTML.  It should now run.



Modified: openlaszlo/trunk/test/components/lz/test-combobox.lzx
===================================================================
--- openlaszlo/trunk/test/components/lz/test-combobox.lzx	2008-11-13 02:54:07 UTC (rev 11746)
+++ openlaszlo/trunk/test/components/lz/test-combobox.lzx	2008-11-13 07:02:50 UTC (rev 11747)
@@ -34,11 +34,11 @@
         </item>
     </dataset>
 
-    <class name="testborder" defaultplacement="'content'" >
+    <class name="testborder" defaultplacement="content" >
         <attribute name="text" value="test name" type="html" />
         <view bgcolor="0x979797" width="${this.title.getTextWidth() + 10}" height="20" >
            <text x="4" y="2" name="title" text="${classroot.text}" resize="true" fgcolor="0xFFFFFF" >
-                <handler name="ontext">parent.setAttribute('width', this.getTextwidth() + 10)</handler>
+                <handler name="ontext">parent.setAttribute('width', this.getTextWidth() + 10)</handler>
            </text>
         </view>
         <view bgcolor="0x979797" width="100%"  options="releaseToLayout" height="10" >



More information about the Laszlo-checkins mailing list