You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Ori Segal (JIRA)" <ji...@apache.org> on 2014/03/21 22:01:43 UTC

[jira] [Created] (FLEX-34181) No Prompt in TextInput when layoutDirection set to RTL (Mobile)

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)