Author: max
Date: 2007-09-26 18:43:06 -0700 (Wed, 26 Sep 2007)
New Revision: 6631

Modified:
   openlaszlo/trunk/lps/components/base/basecombobox.lzx
Log:
Change 20070925-maxcarlson-m by [EMAIL PROTECTED] on 2007-09-25 17:31:46 PDT
    in /Users/maxcarlson/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: text inside a combobox should not resize

New Features:

Bugs Fixed: LPP-4787 - text inside a combobox should not resize

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

Documentation:

Release Notes:

Details: Set text resize to false.  False used to be the default in 3.x.
    

Tests: See LPP-4787.



Modified: openlaszlo/trunk/lps/components/base/basecombobox.lzx
===================================================================
--- openlaszlo/trunk/lps/components/base/basecombobox.lzx       2007-09-27 
01:41:06 UTC (rev 6630)
+++ openlaszlo/trunk/lps/components/base/basecombobox.lzx       2007-09-27 
01:43:06 UTC (rev 6631)
@@ -202,7 +202,7 @@
 
             <state name="non_editable_state" >
                 <text x="2" y="1" name="cbtext" width="${parent.width - 4}"
-                    clickable="true" focusable="true">
+                    clickable="true" focusable="true" resize="false">
                     <attribute name="text" type="string" />
 
                     <!-- arrow down and up, and spacebar all popup 
floatinglist, and pass the key event to it -->


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

Reply via email to