Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile main_verticalAlign.mxml that uses a .fxg file that sets verticalAlign on RichText to an invalid value.
Actual Results:
Error: FXG parse exception: UnknownVerticalAlign
<RichText verticalAlign="topBottom" >
Expected Results: The error should match that of other RichText properties where an invalid value is set. It should say something like:
Error: FXG parse exception: Unknown vertical align case 'topBottom'.
Workaround (if any):