I have identified that the following line of code is causing such a strange
behavior:

override public function prepare(hasBeenRecycled:Boolean):void
{
super.prepare(hasBeenRecycled);
*Comment.heightInLines = NaN; *

..........


On Wed, Oct 2, 2013 at 4:51 PM, Alex Harui <[email protected]> wrote:

> Usually, some code is responding to the change in text and changing values
> in the dataprovider.
>
> On 10/2/13 2:46 PM, "mark goldin" <[email protected]> wrote:
>
> >I am using TextArea as my custom item renderer in a Spark DataGrid. I also
> >need to modify text in a column thus I am setting up rendererIsEditable to
> >true. While clicking on the textarea I am getting an active cursor right
> >away but when I start typing as soon as I type a second character the
> >character disappears and the cursor moves to the beginning of the text. If
> >I type something in after that it seems to work fine. Any idea what that
> >might be?
> >
> >Thanks
>
>

Reply via email to