Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 4.1 (Release)
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: French
Description
Steps to reproduce:
1. run the program by two methods below:
A)Please refer to testDateField.mxml
And Project properties->Flex Compiler->Additional compiler argumetns is "-locale en_US fr_FR de_DE"
B)You may try the compiled testDateField.air.
2. click the DateField button, popup two alert windows, one is newDateIsNull.JPG.
Actually, this window should not be poped up.
Actual Results:
expect one change event is triggered
Expected Results:
but two change events are triggered, and the newDate of one event is null.
Workaround (if any):