On 7/6/16, 9:37 PM, "yishayw" <yishayj...@hotmail.com> wrote:

>Is there any reason why        
>
>COMPILE::SWF
>       public class MouseEvent extends flash.events.MouseEvent
>
>rather than
>
>       COMPILE::SWF
>       public class MouseEvent extends Event
>
>It might solve 
>
>https://issues.apache.org/jira/browse/FLEX-35103
>

I think it is because you can load content in a SWF that isn't from FlexJS
that expects flash.events.MouseEvent.

I haven't looked at the bug yet.  It could be that the event metadata
doesn't say it is an org.apache.flex.events.MouseEvent.  Or it could be
that there is code somewhere that is expecting the handler on the Alert to
dispatch an Event instead of a MouseEvent.

HTH,
-Alex

Reply via email to