Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Internet Explorer 8.x
Language Found: English
Description
Steps to reproduce:
1.Create a FallbackDateTimeFormatter instance
2.Call method getAvailableLocaleIDNames() of the FallbackDateTimeFormatter instance
Actual Results:
TypeError threw. Please refer to attachment for detail error info.
Expected Results:
The method should return "en-US"
Investigation:
In DateTimeFormatter source code line 357, the 'If' condition: (flash.globalization.DateTimeFormatter != null) return 'true'. As a result,it cannot jump into 'else' statement ( return _fallbackFormatter.getAvailableLocaleIDNames()