You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Greg Dove (JIRA)" <ji...@apache.org> on 2017/03/15 05:58:41 UTC

[jira] [Updated] (FLEX-35283) parseInt Implementation

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

Greg Dove updated FLEX-35283:
-----------------------------
    Summary: parseInt Implementation  (was: parseInt Impllementation)

> parseInt Implementation
> -----------------------
>
>                 Key: FLEX-35283
>                 URL: https://issues.apache.org/jira/browse/FLEX-35283
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: FalconJX
>            Reporter: Greg Dove
>            Assignee: Greg Dove
>
> parseInt does not correctly process hex strings without no second parameter
> parseInt("0x99")
> this should calculate as 153
> it is currently compiled to 
> parseInt("0x99",10)
> in js which evaluates to 0



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)