Bubbling does not work very well in FlexJS in general.

When you can rely on native browser event bubbling, it usually works okay, but 
custom events don’t bubble.

> On Jul 21, 2017, at 1:49 AM, Justin Mclean <jus...@classsoftware.com> wrote:
> 
> Hi,
> 
>> The issue was that the TitleBar was dispatching "close" with bubbles=true.
>> This works fine on SWF but not on the HTML platform without some extra
>> work. So I just had PanelView intercept the event and dispatch one from
>> its strand. 
> 
> Out of interest is this because of a missing cloneEvent method or that it 
> wasn’t listening on a parent of the item that dispatched the bubbling event 
> or something else?
> 
> Thanks,
> Justin

Reply via email to