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 [EMAIL PROTECTED] 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@                                                         -->


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

Reply via email to