We're using Flex SDK 3.2 - these event types aren't present. I also tried: textArea.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, handler, false, 0, true);
This did not work either. --- In [email protected], "seanmcmonahan" <s...@...> wrote: > > Maybe Event.CUT or Event.CLEAR? > > --- In [email protected], "s_grollins" <s.grollins@> wrote: > > > > Hello everyone, > > > > I've recently come across a problem wherein we have a textarea with a > > listener listening for Event.CHANGE events - the problem with this is that > > an event isn't dispatched when a user selects text in the textarea using > > their mouse, and then right-clicks and deletes text using the menu. I've > > tried attaching MouseEvent listeners but have had no luck - does anyone > > have any suggestions? Am I overlooking something? > > >

