On 10/20/14, 5:08 PM, "OmPrakash Muppirala" <bigosma...@gmail.com> wrote: >>If you >> haven’t made progress on it I’ll try to get it working. I figure you >> might be busy prepping for your talk tomorrow. >> >> >I just checked in a fix that removes the need for throwing a different >event type (mouseOut vs. mouseOut_) >http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/85988f92 > >Please see if this fixes the issue. > > >> I still want to know what scenario showed the need for this change, >> although I had wondered whether we would eventually end up needing it. >> Unfortunately, there is much more to it. Code expects MouseEvent to inherit from Event, and MXML auto-imports flash.events.MouseEvent and we don’t want everyone to have to type org.apache.flex.events.MouseEvent everywhere.
I’ll take your changes and try to fix up these issues. -Alex