You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Vikas Saurabh (JIRA)" <ji...@apache.org> on 2013/06/24 01:18:20 UTC

[jira] [Comment Edited] (FLEX-33596) Tween.stop can stop some other Tween object after Tween has ended

    [ https://issues.apache.org/jira/browse/FLEX-33596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13691525#comment-13691525 ] 

Vikas Saurabh edited comment on FLEX-33596 at 6/23/13 11:18 PM:
----------------------------------------------------------------

Sample application to demonstrate the issue - in the app, the 5 second tween would only get around 22% of updates.
                
      was (Author: catholicon):
    Sample application to demonstrate the issue
                  
> Tween.stop can stop some other Tween object after Tween has ended
> -----------------------------------------------------------------
>
>                 Key: FLEX-33596
>                 URL: https://issues.apache.org/jira/browse/FLEX-33596
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Effects
>    Affects Versions: Adobe Flex SDK 3.5 (Release), Adobe Flex SDK 4.6 (Release)
>            Reporter: Vikas Saurabh
>         Attachments: TestTween.mxml
>
>
> Calling Tween.stop (or endTween) can end some other un-related Tween object.
> The issue is essentially that Tween object keep an 'id' to refer to index into static activeTweens array. This field isn't assigned an invalid value (NaN/-1???) on removeTween.

--
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