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

Justin Mclean resolved FLEX-13401.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Apache Flex 4.10.0

Fixed by FLEX-18951
                
> format() method in NumbeFormatter should understand numbers in Scientic 
> notation e.g. 1.2E7
> -------------------------------------------------------------------------------------------
>
>                 Key: FLEX-13401
>                 URL: https://issues.apache.org/jira/browse/FLEX-13401
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Formatters
>    Affects Versions: Adobe Flex SDK 3.0 (Release)
>         Environment: Affected OS(s): Windows
> Browser: Firefox 2.x
> Language Found: English
>            Reporter: Adobe JIRA
>             Fix For: Apache Flex 4.10.0
>
>
> Steps to reproduce:
> 1. var nf:NumberFormatter = new NumberFormatter();
> 2. nf.precision = 2;
> 3. var v:String = nf.format(1.2E7);
>  
> Actual Results: 7
>  
>  
>  Expected Results: 12,000,000
>  
>  
>  Workaround (if any): nf.format(12000000);

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