Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile the attached mxml file.
Actual Results:
$ ./mxmlc ../frameworks/tests/main.mxml
Loading configuration file C:\Flex4\trunk\latest\frameworks\flex-config.xml
C:\Flex4\trunk\latest\frameworks\tests\text_justificationStyle.fxg(5): col: 88:
Error: FXG parse exception: Unknown justification style 'prioritizeLeastAdjustme
nt'.
<RichText y="55" fontStyle="normal" justificationStyle="prioritizeLeastAdjus
tment">
Expected Results: prioritizeLeastAdjustment should be a valid value for justificationStyle.
Workaround (if any):