Author: jcrowley
Date: 2007-09-27 15:34:07 -0700 (Thu, 27 Sep 2007)
New Revision: 6650

Modified:
   openlaszlo/trunk/demos/calendar/eventselector.lzx
Log:
Change 20070921-jcrowley-P by [EMAIL PROTECTED] on 2007-09-21 18:37:01 EDT
    in /Users/jcrowley/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Calendar: Event info bar clipped at left of canvas

New Features:

Bugs Fixed: LPP-4692 - Calendar: Event info bar clipped at
        left of canvas

Technical Reviewer: pbr
QA Reviewer: ben
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details: Something was clipping when it shouldn't have been.

Tests: Run Calendar demo in DHTML and Flash; click on an
        event on Sunday; notice that the event info bar is
        no longer clipped on the left.



Modified: openlaszlo/trunk/demos/calendar/eventselector.lzx
===================================================================
--- openlaszlo/trunk/demos/calendar/eventselector.lzx   2007-09-27 22:30:49 UTC 
(rev 6649)
+++ openlaszlo/trunk/demos/calendar/eventselector.lzx   2007-09-27 22:34:07 UTC 
(rev 6650)
@@ -4,7 +4,7 @@
     <!-- ================================================================= -->
     <!-- The event class is a 9 part collection much like a window object  -->
     <!-- ================================================================= -->
-    <class name="eventSelectorbar" clip="true"
+    <class name="eventSelectorbar" clip="false"
            y="61"
            x="16"
            width="${parent.width}" height="$once{calgrid.height}"


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

Reply via email to