[Laszlo-checkins] r7416 - openlaszlo/trunk/lps/components/lz
bargull@openlaszlo.org
bargull at openlaszlo.org
Thu Nov 29 14:44:43 PST 2007
Author: bargull
Date: 2007-11-29 14:44:37 -0800 (Thu, 29 Nov 2007)
New Revision: 7416
Modified:
openlaszlo/trunk/lps/components/lz/scrollbar.lzx
openlaszlo/trunk/lps/components/lz/vscrollbar.lzx
Log:
Change 20071128-bargull-6 by bargull at dell--p4--2-53 on 2007-11-28 23:21:16
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: vscrollbar y vs valign-warning
New Features:
Bugs Fixed: LPP-5166 "vscrollbar reports "y attribute ignored" warning"
Technical Reviewer: jcrowley
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
normal components shouldn't report warnings. removed unnecessary "y"-attribute definition.
Tests:
Modified: openlaszlo/trunk/lps/components/lz/scrollbar.lzx
===================================================================
--- openlaszlo/trunk/lps/components/lz/scrollbar.lzx 2007-11-29 21:27:27 UTC (rev 7415)
+++ openlaszlo/trunk/lps/components/lz/scrollbar.lzx 2007-11-29 22:44:37 UTC (rev 7416)
@@ -65,7 +65,7 @@
<view resource="lzscrollbar_ythumbbottom_rsc"/>
<stableborderlayout axis="y"/>
<!-- note: stableborderlayout only acts on the first three views -->
- <view resource="lzscrollbar_ythumbgripper_rsc" y="4" x="1"
+ <view resource="lzscrollbar_ythumbgripper_rsc" x="1"
height="${Math.min(200, parent.height-16)}" width="11"
clip="true" valign="middle"/>
</basescrollthumb>
Modified: openlaszlo/trunk/lps/components/lz/vscrollbar.lzx
===================================================================
--- openlaszlo/trunk/lps/components/lz/vscrollbar.lzx 2007-11-29 21:27:27 UTC (rev 7415)
+++ openlaszlo/trunk/lps/components/lz/vscrollbar.lzx 2007-11-29 22:44:37 UTC (rev 7416)
@@ -64,7 +64,7 @@
<view resource="lzscrollbar_ythumbbottom_rsc"/>
<stableborderlayout axis="y"/>
<!-- note: stableborderlayout only acts on the first three views -->
- <view resource="lzscrollbar_ythumbgripper_rsc" y="4" x="1"
+ <view resource="lzscrollbar_ythumbgripper_rsc" x="1"
height="${Math.min(200, parent.height-16)}" width="11"
clip="true" valign="middle"/>
</basescrollthumb>
More information about the Laszlo-checkins
mailing list