Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Adobe Flex SDK 3.4 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile and run attached MXML file.
2. Drag the Slider control to adjust the textIndent.
Actual Results:
When textIndent >= 0.54, the text re-wraps, but doesnt remeasure – which causes the third line to no longer be displayed.
Even if the textIndent style is set in a CSS block, the text isnt fully displayed.
Expected Results:
If the text reflows, it should be re-measured so the text is fully displayed.
Workaround (if any):
n/a