[Laszlo-checkins] r10178 - openlaszlo/trunk/lps/components/lz

max@openlaszlo.org max at openlaszlo.org
Wed Jul 2 13:19:38 PDT 2008


Author: max
Date: 2008-07-02 13:19:26 -0700 (Wed, 02 Jul 2008)
New Revision: 10178

Modified:
   openlaszlo/trunk/lps/components/lz/tabelement.lzx
Log:
Change 20080701-maxcarlson-m by maxcarlson at Roboto on 2008-07-01 17:53:35 PDT
    in /Users/maxcarlson/openlaszlo/trunk-clean
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix toggle behavior in tabsliders

Bugs Fixed: LPP-5312 - OL4 tabelement still using openTab instead of select

Technical Reviewer: promanik

Details: Use select() instead of openTab().

Tests: See LPP-5312.



Modified: openlaszlo/trunk/lps/components/lz/tabelement.lzx
===================================================================
--- openlaszlo/trunk/lps/components/lz/tabelement.lzx	2008-07-02 16:18:34 UTC (rev 10177)
+++ openlaszlo/trunk/lps/components/lz/tabelement.lzx	2008-07-02 20:19:26 UTC (rev 10178)
@@ -80,7 +80,7 @@
                     parent.header.setY(0);
                </handler>
                <handler name="onclick">
-                   classroot.parent.openTab(classroot,true);
+                   classroot.parent.select(classroot,true);
                    lz.Focus.setFocus( this.classroot , false );
                </handler>
             </basebutton>



More information about the Laszlo-checkins mailing list