Vikas Saurabh created FLEX-33596:
------------------------------------
Summary: 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
|