[flexcoders] Is the TextArea / TextField TEXT_INPUT event firing correctly?

2008-02-14 Thread marty.pitt
Hi Can someone please verify my understanding of this correctly. I believe that the event is not firing on the deletion of text, as the docs suggest it will. According to the docs this event is supposed to fire: when the user types, deletes, or pastes text into the control. But, running the

Re: [flexcoders] Is the TextArea / TextField TEXT_INPUT event firing correctly?

2008-02-14 Thread YOGESH JADHAV
Haven't tested the code but i think it should be mx:TextArea textInput={trace('textInput fired');} / On Thu, Feb 14, 2008 at 4:31 PM, marty.pitt [EMAIL PROTECTED] wrote: Hi Can someone please verify my understanding of this correctly. I believe that the event is not firing on the deletion