Author: max
Date: 2008-03-20 10:29:57 -0700 (Thu, 20 Mar 2008)
New Revision: 8331

Modified:
   openlaszlo/trunk/lps/components/base/baseslider.lzx
Log:
Change 20080319-maxcarlson-g by [EMAIL PROTECTED] on 2008-03-19 22:29:00 PDT
    in /Users/maxcarlson/openlaszlo/trunk-clean
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix slider

New Features:

Bugs Fixed: LPP-5570 - Circular constraints break swf instantiation

Technical Reviewer: ptw
QA Reviewer: promanik
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details: Applying the change from r8210.  The good news is, it fails 
consistently in dhtml and swf now!
    

Tests: See LPP-5570



Modified: openlaszlo/trunk/lps/components/base/baseslider.lzx
===================================================================
--- openlaszlo/trunk/lps/components/base/baseslider.lzx 2008-03-20 13:05:07 UTC 
(rev 8330)
+++ openlaszlo/trunk/lps/components/base/baseslider.lzx 2008-03-20 17:29:57 UTC 
(rev 8331)
@@ -229,6 +229,7 @@
         onmousedown="thedragstate.apply();"
         onmouseup="thedragstate.remove();"
         focusable="false"
+        x="0"
         y="${(parent.height-height)/2}"
     >
         


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

Reply via email to