Would defining a “parent" property on Application with a default value of null fix this?
> On Jun 8, 2018, at 10:56 AM, Harbs <[email protected]> wrote: > > BTW, > > This code causes an endless loop in MouseEvent.mouseOverHandler. The Group is > the “parent” of the application, so “parent” is never null… > >> On Jun 8, 2018, at 2:25 AM, Harbs <[email protected] >> <mailto:[email protected]>> wrote: >> >> <js:initialView> >> <js:View> >> <js:Group id="parent" style="padding:10px"> >> <js:Group id="child" x="20" y="20"> >> <js:Label text="Hello"/> >> </js:Group> >> </js:Group> >> </js:View> >> </js:initialView> >
