Author: jcrowley
Date: 2007-09-28 14:49:13 -0700 (Fri, 28 Sep 2007)
New Revision: 6682

Modified:
   openlaszlo/branches/wafflecone/demos/calendar/infopanel.lzx
Log:
Change 20070928-jcrowley-u by [EMAIL PROTECTED] on 2007-09-28 17:07:30 EDT
    in /Users/jcrowley/src/svn/openlaszlo/wafflejujube
    for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone

Summary: [this has been fixed in trunk; Amy wants this integrated
        into Jujube] HAND-MERGE: DHTML calendar demo wigs out on
        opening Event Info

New Features:

Bugs Fixed: LPP-4175 - DHTML calendar demo wigs out on opening Event Info

Technical Reviewer: pbr
QA Reviewer: max
Doc Reviewer: 

Documentation:

Release Notes:

Details: Hand-merging r6676 from trunk into jujube.

Tests: Run modified Calendar versus unmodified in DHTML; note
        the modified version doesn't slide over all crazy-like
        when the info panel is opened by clicking the 'i' on
        a selected event tag.



Modified: openlaszlo/branches/wafflecone/demos/calendar/infopanel.lzx
===================================================================
--- openlaszlo/branches/wafflecone/demos/calendar/infopanel.lzx 2007-09-28 
21:13:02 UTC (rev 6681)
+++ openlaszlo/branches/wafflecone/demos/calendar/infopanel.lzx 2007-09-28 
21:49:13 UTC (rev 6682)
@@ -280,7 +280,7 @@
         <animator start="false" name="slideopen1old" attribute="width" to="204"
             duration="500" relative="false"/>
         <animator start="false" name="slideopen1" attribute="x" to="602" 
from="830"
-            duration="500"/>
+            duration="500" 
onstop="LzFocus.setFocus(parent.summary.content.title);"/>
         <animator start="false" name="slideopen2" attribute="opacity" to="1" 
from="0"
             duration="500" relative="false"/>
             
@@ -319,7 +319,6 @@
             this.setOpacity(1);
             this.slideopen1.doStart();
             this.slideopen2.doStart();
-            LzFocus.setFocus(summary.content.title);
             this.opened = true;
 
         </method>


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

Reply via email to