Spark TextArea bugged for iOS
Hi,
every time I catch spark TextArea focus, the text is slightly cut. After repeated event focusOut and focusIn for TextArea, the text disappears completely.
Tested on iPad3 and 4 - Adobe AIR SDK 3.5 and 3.6.
Has anyone else encountered this problem?
Please help.
My view:
<s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark" title="TestTextArea">
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<s:TextArea width="300"
x="393" y="664"
editable="true"
borderVisible="false"
contentBackgroundColor="0xFFFFFF"
contentBackgroundAlpha="0"
skinClass="spark.skins.mobile.TextAreaSkin"
text="Lorem ipsum dolor sit amet, consectetur adipisicing elit."/>
<s:TextArea width="300"
x="393" y="964"
editable="true"
borderVisible="false"
contentBackgroundColor="0xFFFFFF"
contentBackgroundAlpha="0"
skinClass="spark.skins.mobile.TextAreaSkin"
text="Lorem ipsum dolor sit amet, consectetur adipisicing elit."/>
</s:View>
