[ 
https://issues.apache.org/jira/browse/FLEX-33471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eugene Starov updated FLEX-33471:
---------------------------------

    Description: 
I have 2 repeated effects with 1 sec repeatDelay inside a Parallel effect.
When Parallel.end() is called within the repeatDelay effect ends but inner 
timer does not get cleared and causes an error update after repeatDelay is 
passed.

Workaround:
listen for EFFECT_END event and substitute the instance's target with stub 
object or component

See attachment for the code and workaround.



  was:
I have 2 repeated effects with 1 sec repeatDelay inside a Parallel effect.
When Parallel.end() is called within the repeatDelay effect ends but inner 
timer does not get cleared and causes an error update after repeatDelay is 
passed.





    
> Effect.end does not stop effect properly for repeated effects
> -------------------------------------------------------------
>
>                 Key: FLEX-33471
>                 URL: https://issues.apache.org/jira/browse/FLEX-33471
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: Effects
>    Affects Versions: Apache Flex 4.9.0
>         Environment: Seen on Windows 7, Adobe AIR
>            Reporter: Eugene Starov
>         Attachments: Effects.mxml
>
>
> I have 2 repeated effects with 1 sec repeatDelay inside a Parallel effect.
> When Parallel.end() is called within the repeatDelay effect ends but inner 
> timer does not get cleared and causes an error update after repeatDelay is 
> passed.
> Workaround:
> listen for EFFECT_END event and substitute the instance's target with stub 
> object or component
> See attachment for the code and workaround.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to