Hi, > NM, I see you mean Spark TW. No idea. Really, sounds like a bug, but there > are backward compatibility issues if you change it. Yep even if it is a bug I don't think we can change it to be a PopUpEvent. if any user code was relying on that event changing it may break quite a few applications out there.
I looked a bit more into it and I think I tracked down the error to StyeableStageText.as and the the ancestor_closeHandler method. Fix may be as simple as changing the method signature to be Event rather than PopUpEvent. Justin