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/17 04:45:16 UTC

[jira] [Updated] (FLEX-15277) NumberFormatter using Thousands Separator and Precision doesn't return the right format

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

Justin Mclean updated FLEX-15277:
---------------------------------

    Labels: easytest  (was: )
    
> NumberFormatter using Thousands Separator and Precision doesn't return the right format
> ---------------------------------------------------------------------------------------
>
>                 Key: FLEX-15277
>                 URL: https://issues.apache.org/jira/browse/FLEX-15277
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Formatters
>    Affects Versions: Adobe Flex SDK 3.0 (Release)
>         Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Language Found: English
>            Reporter: Adobe JIRA
>              Labels: easytest
>
> Steps to reproduce:
> 1. create new flex project and use example located at:
> http://livedocs.adobe.com/flex/3/langref/mx/formatters/NumberFormatter.html
> 2.  You can also simply use the SWF on that page same page to view the bug
> 3. enter a number that has 17 or more digits and the 17 digit doesn't get displayed and the number is not formatted the right way
> 4. note that setting the useThousandsSeparator attribute to false, the problem does not occur
> 5. it could be related to this bug https://bugs.adobe.com/jira/browse/SDK-16241
>  
>  Actual Results:
> entering 1234567890123456789
> returns 1,234,567,890,123,456,800.0000
>  
>  Expected Results:
> entering 1234567890123456789
> returns 1,234,567,890,123,456,789.0000
>  
>  Workaround (if any):

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