[Laszlo-checkins] r10487 - openlaszlo/trunk/lps/components/lz
bargull@openlaszlo.org
bargull at openlaszlo.org
Fri Jul 25 12:10:27 PDT 2008
Author: bargull
Date: 2008-07-25 12:10:25 -0700 (Fri, 25 Jul 2008)
New Revision: 10487
Modified:
openlaszlo/trunk/lps/components/lz/grid.lzx
Log:
Change 20080725-bargull-sVH by bargull at dell--p4--2-53 on 2008-07-25 20:58:59
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: add name for horizontal scrollbar
New Features:
Bugs Fixed: LPP-6716
Technical Reviewer: ptw
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
The vertical scrollbar has got name, so there's no reason to give the horizontal scrollbar no name.
(And yes, the scrollbar's name is orthogonal to its axis - no idea who made it that way..)
Tests:
Modified: openlaszlo/trunk/lps/components/lz/grid.lzx
===================================================================
--- openlaszlo/trunk/lps/components/lz/grid.lzx 2008-07-25 19:03:30 UTC (rev 10486)
+++ openlaszlo/trunk/lps/components/lz/grid.lzx 2008-07-25 19:10:25 UTC (rev 10487)
@@ -35,7 +35,7 @@
<scrollbar placement="content" name="_scrx" visible="${parent.showvscroll}"/>
<!--- @keywords private -->
- <scrollbar axis="x" scrolltarget="classroot.header.hcontent"
+ <scrollbar name="_scry" axis="x" scrolltarget="classroot.header.hcontent"
visible="${ parent.showhscroll &&
parent.needshscroll &&
parent.sizetoheader == false}"/>
More information about the Laszlo-checkins
mailing list