Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1. Import the attached project (test.fxp). Note that you may need to update the SDK path.
2. Change the "splashScreenMinimumDisplayTime" property from "3000" to "3000ms".
3. Compile the project.
Actual Results:
There are no errors in the Problems panel.
Expected Results:
There should be an error in the Problems panel saying that the "splashScreenMinimumDisplayTime" has invalid values.
Additional Notes:
1) Expected something similar to when you add "width="300abc". An error "Initializer for 'width': cannot parse value of type Number from text '300abc'" should occur.