You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2013/04/21 05:11:15 UTC

[jira] [Updated] (FLEX-28937) NumberBase.parseNumberString doesn't parse exponential notation correctly.

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

Justin Mclean updated FLEX-28937:
---------------------------------

    Labels: easyfix easytest  (was: )
    
> NumberBase.parseNumberString doesn't parse exponential notation correctly.
> --------------------------------------------------------------------------
>
>                 Key: FLEX-28937
>                 URL: https://issues.apache.org/jira/browse/FLEX-28937
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Formatters
>    Affects Versions: Adobe Flex SDK Previous
>         Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Browser: Other (specify version)
> Language Found: English
>            Reporter: Adobe JIRA
>              Labels: easyfix, easytest
>
> Steps to reproduce:
> 1. trace(numberbase.parseNumberString('3e7'));
>  Actual Results:
>  
> traces 7
>  
>  Expected Results:
>  
> traces 30000000
>  
> Steps to reproduce:
> 1. trace(numberbase.parseNumberString('-3e7'));
> 2. trace(numberbase.parseNumberString('3e-7'));
>  Actual Results:
>  
> both trace -7
>  
>  Expected Results:
>  
> traces -30000000 and 0.0000003

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