Hello,

After upgrading to version 4.12 TextInput component defined to be with RTL
direction is mirroring the text after focus-out.
When typing the text looks OK, but when leaving the field the text becomes
LTR and in fact becomes mirror writing.
Note that it worked great on version 4.11.

The following example can be used to demonstrate the issue -

<?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 layoutDirection="rtl" direction="rtl" />



</s:Application>

Thanks in advance,
Evyatar

Reply via email to