[
https://issues.apache.org/jira/browse/FLEX-23807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean reopened FLEX-23807:
----------------------------------
> Parallel and Sequence effects don't dispatch effectUpdate event
> ---------------------------------------------------------------
>
> Key: FLEX-23807
> URL: https://issues.apache.org/jira/browse/FLEX-23807
> Project: Apache Flex
> Issue Type: Bug
> Components: Effects
> Affects Versions: Adobe Flex SDK Previous
> Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Browser: Firefox 3.x
> Language Found: English
> Reporter: Adobe JIRA
> Assignee: Adobe JIRA
> Priority: Minor
>
> Currently the spark effects (for example Move) fire an effectUpdate event,
> but the mx effects (including Parallel and Sequence) do not.
> Steps to reproduce:
> 1. Try to put an effectUpdate event listener on a Parallel effect:
> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
> xmlns:s="library://ns.adobe.com/flex/spark">
>
> <fx:Declarations>
> <s:Parallel id="p" effectUpdate="trace('update')" />
> </fx:Declarations>
> </s:Application>
>
> Actual Results:
>
> Compile error
>
> Expected Results:
>
> No compile error
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)