Hi Alex,

I am on Flex 2.0.1 SDK

Actually when I look into the source file of mx:TextArea I can see in line
2232 the following piece of code:


    private function textField_changeHandler(event:Event):void
    {
        .....

        // Stop this bubbling "change" event
        // and dispatch another one that doesn't bubble.
        event.stopImmediatePropagation();
        dispatchEvent(new Event(Event.CHANGE));
    }


Adobe engineers also stop in mx:TextArea the bubbling Event.CHANGE event.

ps I've just checked source file of mx:TextArea from Flex 3 SDK shipped with
FB 3 Beta 2 > this code remains intact.

-- 
--
Med venlig hilsen / Best regards
Andriy Panas
[EMAIL PROTECTED]

On 30/10/2007, Alex Harui <[EMAIL PROTECTED]> wrote:
>
>    What version of Flex?  Is there a test case and bug for this issue?  If
> not please file one.  In looking at the code, the CHANGE event should not be
> bubbling from TextArea or TextInput.
>
>
>

Reply via email to