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.Define a DateTimeFormatter instance in <fx:script> or <fx:Declarations>
2.Set its locale to undefined by calling setStyle() method
3.Verify the lastOperationStatus property
Actual Results:
For both object defined in <fx:script> and <fx:Declarations>, the lastOperationStatus is noError
Expected Results:
For the object edfined in <fx:script>, the lastOperationStatus is localeUndefinedError
For the object edfined in <fx:Declaration>, the lastOperationStatus is noError