Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile and run:
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark">
<s:VGroup>
<s:Label text="Add beer ($5 extra)" direction="ltr" />
<s:Label text="Add beer ($5 extra)" direction="rtl" />
</s:VGroup>
</s:Application>
2.
3.
Actual Results:
Add beer ($5 extra)
(Add beer ($5 extra
Expected Results:
Add beer ($5 extra)
Add beer ($5 extra)
Workaround (if any):