Ori, I have reproduced the issue. Could you please create a JIRA ticket, as 
this is something new.

Note that both ScrollingStageTextInputSkin and StageTextInputSkin are impacted 
(same code) 
but TextInputSkin also has the issue.

Maurice 

-----Message d'origine-----
De : Ori 007 [mailto:[email protected]] 
Envoyé : vendredi 21 mars 2014 10:14
À : [email protected]
Objet : No Prompt in TextInput when layoutDirection set to RTL (Mobile)

Hi Maurice,

How are you?

I have a serious bug that I can not find a solution.
When layoutDirection set to RTL to Textinput the prompt text does not appear.

In LTR it's works fine.

Do you have any advice or quick fix to the problem?


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

Regards,
Ori.

Reply via email to