Re: TextArea Item renderer rendererIsEditable

2013-10-03 Thread mark goldin
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 wrote: > Usually, some c

Re: TextArea Item renderer rendererIsEditable

2013-10-02 Thread Alex Harui
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" 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.

TextArea Item renderer rendererIsEditable

2013-10-02 Thread mark goldin
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 charac