Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Cannot Reproduce
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. compile content.mxml which loads the following static fxg file:
<Graphic version="2.0" xmlns="http://ns.adobe.com/fxg/2008">
<Group>
<RichText x="50" y="50" fontFamily="Verdana" fontSize="15" tabStops="s200">
<content>
Loose text in "Default=Collapse" TextFlow followed by a tab element <tab/>followed by more loose text in TextFlow MORE
<p>
Loose text in Paragraph followed by a tab element <tab/> followed by more loose text in Paragraph MORE
</p>
</content>
</RichText>
</Group>
</Graphic>
Actual Results: The text after the <tab /> does not show up.
If you remove the spaces after the <tab/> tag, then, the text will show up as expected.
Expected Results: The text should show up regardless of any space around the tab.
Workaround (if any):