Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.0 (Release)
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
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):