Re: [flexcoders] Re: TextInput and ESC key **bug**

2006-06-19 Thread Jason Y. Kwong
This is actually caused by this bug I posted a few days ago:http://groups.yahoo.com/group/flexcoders/message/39749When you hit Escape, the TextInput control reverts to the previous value by assigning it to the htmlText property. Once it does that, the text property is no longer useable. You can

[flexcoders] Re: TextInput and ESC key **bug**

2006-06-19 Thread kellyb723
Jason, Thank you, this makes much more sense now. Lets just Adobe gets a chance to fix it before RTM. - Kelly --- In flexcoders@yahoogroups.com, Jason Y. Kwong [EMAIL PROTECTED] wrote: This is actually caused by this bug I posted a few days ago:

Re: [flexcoders] Re: TextInput and ESC key **bug**

2006-06-19 Thread Michael Schmalle
And as always, If they didn't fix it, subclass and make your own. I mean if it is mission critical, it's worth it, package it up in an swc, put it in a shared library and bam, problem fixed. Peace, MikeOn 6/19/06, kellyb723 [EMAIL PROTECTED] wrote: Jason,