Skip to main content
Zeloslaw
Known Participant
February 21, 2013
Question

Spark TextArea bugged for iOS

  • February 21, 2013
  • 2 replies
  • 817 views

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>


This topic has been closed for replies.

2 replies

Zeloslaw
ZeloslawAuthor
Known Participant
February 26, 2013

Please, if anyone here answer me if this is a bug or is my problem?

Zeloslaw
ZeloslawAuthor
Known Participant
March 1, 2013

A partial solution is a basic skin:


skinClass="spark.skins.mobile.StageTextAreaSkin"


It helps, but lacks functionality.


In my opinion spark components for iOS, is not useful for anything.
They are slow and have a lot of bugs. For amateurs it may be enough,

but for the business professional iOS app is not enough.