You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2013/08/20 02:32:52 UTC

[jira] [Resolved] (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 resolved FLEX-28937.
----------------------------------

       Resolution: Cannot Reproduce
    Fix Version/s: Apache Flex 4.10.0

Can't reproduce looks like this has been fixed previously or in 4.10
                
> 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
>             Fix For: Apache Flex 4.10.0
>
>
> 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