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

Justin Mclean resolved FLEX-16885.
----------------------------------

       Resolution: Won't Fix
    Fix Version/s: Apache Flex 4.10.0

Or rather can't fix this is a Flash Player issue not an Apache Flex issue.
                
> Math.atan2() arguments are inverted in playerglobal.swc
> -------------------------------------------------------
>
>                 Key: FLEX-16885
>                 URL: https://issues.apache.org/jira/browse/FLEX-16885
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: ASDoc Content
>    Affects Versions: Adobe Flex SDK 3.2 (Release)
>         Environment: Affected OS(s): Windows
> Affected OS(s): Windows XP
> Language Found: English
>            Reporter: Adobe JIRA
>             Fix For: Apache Flex 4.10.0
>
>
> Math.atan2() arguments are inverted in playerglobal.swc
> //currently is:
> final public static function atan2(x : Number, y : Number) : Number;
> //should be:
> final public static function atan2(y : Number, x : Number) : Number;

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

Reply via email to