Change dda-20110826-QDZ by [email protected] on 2011-08-26 15:30:18 EDT
    in /Users/dda/laszlo/src/svn/openlaszlo/trunk-f
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fixed bug in animation restart

New Features:

Bugs Fixed: LPP-10034 [Bug in restarting animation with repeat count]

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

Documentation:

Release Notes:

Overview:
    A counter that tallies the number of animators is incorrect
    at the end of a repeated run.

Details:
    A counter is kept to track how many animators are running for
    an attribute.  On a repeat, the count is incremented.
    At the end of all repeats, we decrement the count by the
    number of repeats to bring it to zero.  A simpler approach
    (decrementing the count after every iteration) was elusive.

Tests:
    testcase in the JIRA
    test/lfc/testanim.lzx
    smokecheck SWF10 + DHTML

Files:
M       WEB-INF/lps/lfc/animators/LzAnimatorGroup.lzs
M       WEB-INF/lps/lfc/animators/LaszloAnimation.lzs

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/dda-20110826-QDZ.tar



--

Don Anderson
Java/C/C++, Berkeley DB, systems consultant

voice: 617-306-2057
email: [email protected]
www: http://www.ddanderson.com
blog: http://libdb.wordpress.com





Reply via email to