Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
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. Create a mobile application.
2. Add ButtonBar.
3. Set layoutDirection="rtl" and run the app.
<s:ButtonBar layoutDirection="rtl">
<s:ArrayCollection>
<fx:String>hello</fx:String>
<fx:String>kitty</fx:String>
</s:ArrayCollection>
</s:ButtonBar>
Actual Results: ButtonBar has no labels. It works with layoutDirection="ltr".
Expected Results: Labels should not disappear.
Workaround (if any):
Attachments
Issue Links
- relates to
-
FLEX-24502 Mobile optimized skins and item renderers don't show text when mirrored
- Reopened