Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
Apache Flex 4.12.0
-
None
-
None
-
Mobile
Description
When layoutDirection set to RTL to Textinput the prompt text does not appear.
Code Example:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark" applicationDPI="160">
<s:TextInput prompt="Ori" layoutDirection="ltr"/>
<s:TextInput prompt="Ori" layoutDirection="rtl" top="50"/>
</s:Application>
Screenshot:
http://screencast.com/t/HjNAd7PQaVG
Attachments
Attachments
Issue Links
- relates to
-
FLEX-24502 Mobile optimized skins and item renderers don't show text when mirrored
- Reopened