I've got a text field that is listening for onChanged events. For some reason, it's not getting some of these events when they're carriage returns:
"a" : get the event return : no event "a": another event return : no event return : get the event "a" : get the event return : no event That is: it misses the first carriage return after text, but gets events for subsequent returns (until other text is written in) Anyone else seen this behaviour before? I tried it in a vanilla movie and the same doesn't happen, so it's got to be something I'm doing, but I can't think what it could be. The textField is part of a complicated structure and has a number of other events it's listening to, but surely onChanged is onChanged? Danny _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

