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 "splashScreenScaleMode" property from "none" to "invalid".
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 "splashScreenScaleMode" has an invalid value.
Additional Notes:
1) Expected something similar to when you add "blendMode="invalid"". An error "Invalid value: invalid. It must be one of add, alpha, darken..." occurs.