[Laszlo-checkins] r7891 - openlaszlo/trunk/lps/components/incubator

bargull@openlaszlo.org bargull at openlaszlo.org
Fri Jan 25 12:03:59 PST 2008


Author: bargull
Date: 2008-01-25 12:03:57 -0800 (Fri, 25 Jan 2008)
New Revision: 7891

Modified:
   openlaszlo/trunk/lps/components/incubator/newvscrollbar.lzx
Log:
Change 20080125-bargull-2 by bargull at dell--p4--2-53 on 2008-01-25 20:51:54
    in /home/Admin/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: also newvscrollbar reports valign-warning

New Features:

Bugs Fixed: LPP-5166 "vscrollbar reports "y attribute ignored" warning"

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

Documentation:

Release Notes:

Details:
Removed "y"-attribute definition from newvscrollbar.


Tests:
lps/components/incubator/testnewvsvrollbar-test.lzx 
(note: you'll get a warning about an undefined style, the style can be found in "test-edittext.lzx" and "scrolledittext-text.lzx")



Modified: openlaszlo/trunk/lps/components/incubator/newvscrollbar.lzx
===================================================================
--- openlaszlo/trunk/lps/components/incubator/newvscrollbar.lzx	2008-01-25 20:02:18 UTC (rev 7890)
+++ openlaszlo/trunk/lps/components/incubator/newvscrollbar.lzx	2008-01-25 20:03:57 UTC (rev 7891)
@@ -39,7 +39,7 @@
              <view resource="newvscrollbar_ythumbbottom_rsc"/>
              <stableborderlayout axis="y"/>
              <!-- note: stableborderlayout only acts on the first three views -->
-             <view resource="newvscrollbar_ythumbgripper_rsc" y="2" x="2"
+             <view resource="newvscrollbar_ythumbgripper_rsc" x="2"
                  height="${Math.min(200, parent.height-16)}" width="11"
                  clip="true" valign="middle"/>
         </basescrollthumb>
@@ -89,7 +89,7 @@
 </class>
 </library>
 <!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2006 Laszlo Systems, Inc.  All Rights Reserved.                   *
+* Copyright 2006-2008 Laszlo Systems, Inc.  All Rights Reserved.                   *
 * Use is subject to license terms.                                            *
 * X_LZ_COPYRIGHT_END ****************************************************** -->
 <!-- @LZX_VERSION@                                                         -->



More information about the Laszlo-checkins mailing list