Ori Segal created FLEX-34181:
--------------------------------

             Summary: No Prompt in TextInput when layoutDirection set to RTL 
(Mobile)
                 Key: FLEX-34181
                 URL: https://issues.apache.org/jira/browse/FLEX-34181
             Project: Apache Flex
          Issue Type: Bug
          Components: Spark: TextInput
    Affects Versions: Apache Flex 4.12.0
         Environment: Mobile
            Reporter: Ori Segal
            Priority: Critical


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




--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to