That's why I'm surprised you are having a problem.

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Andriy Panas
Sent: Thursday, November 01, 2007 10:10 AM
To: [email protected]
Subject: Re: [flexcoders] Re: Flash/Flex Event collision on TextField
input

 

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] <mailto:[EMAIL PROTECTED]>  

On 30/10/2007, Alex Harui <[EMAIL PROTECTED] <mailto:[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