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

Justin Mclean resolved FLEX-18951.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Apache Flex 4.10.0

Fixed for both numbers and strings as input to the format function.
                
> NumberFormatter.format returns wrong number for some scientific notation 
> values
> -------------------------------------------------------------------------------
>
>                 Key: FLEX-18951
>                 URL: https://issues.apache.org/jira/browse/FLEX-18951
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Formatters
>    Affects Versions: Adobe Flex SDK 3.2 (Release)
>         Environment: Affected OS(s): Windows
> Affected OS(s): Windows
> Browser: Internet Explorer 7.x
> Language Found: English
>            Reporter: Adobe JIRA
>             Fix For: Apache Flex 4.10.0
>
>
> Steps to reproduce:
> 1.var formatter:NumberFormatter = new NumberFormatter();
> 2.myLabel.text = formatter.format(1.3E-20);
> 3.
>  
>  Actual Results:
> 0.1
>  
>  
>  Expected Results:
>  Either "0" or "0.00000000000000000013"
>  
>  Workaround (if any): Create my own numberFormatter class?

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