You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Alex Harui (JIRA)" <ji...@apache.org> on 2012/11/05 20:38:12 UTC

[jira] [Closed] (FLEX-29003) Event.clone() does not copy properties target and currentTarget

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

Alex Harui closed FLEX-29003.
-----------------------------

    
> Event.clone() does not copy properties target and currentTarget
> ---------------------------------------------------------------
>
>                 Key: FLEX-29003
>                 URL: https://issues.apache.org/jira/browse/FLEX-29003
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Events
>    Affects Versions: Adobe Flex SDK 4.6 (Release)
>         Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Language Found: English
>            Reporter: Adobe JIRA
>            Assignee: Alex Harui
>
> Steps to reproduce:
> 1. recieve Event e with e.target != null, e.currentTarget != null
> 2. var myevent:Event = e.clone();
>  
>  Actual Results:
>  myevent.target == null
>  myevent.currentTarget == null
>  
>  Expected Results:
>  myevent.target == event.target;
>  myevent.currentTarget == event.currentTarget;
>  
>  
>  Workaround (if any):
>  X-(
>  tested
>  SDK 3.6: Problem present
>  SDK 4.5.1: Problem present
>  SDK 4.6: Problem present
>  Desided by design?
>  (not mentioned in reference http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/Event.html#clone%28%29 )

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