RE: [royale-asjs] branch develop updated: Fixed event dispatching on tba view change

2017-11-27 Thread Idylog - Nicolas Granon
th events should fire. Hope this helps Nicolas Granon > -Message d'origine- > De : Harbs [mailto:harbs.li...@gmail.com] > Envoyé : lundi 27 novembre 2017 12:40 > À : dev@royale.apache.org > Objet : Re: [royale-asjs] branch develop updated: Fixed event > dispatc

Re: [royale-asjs] branch develop updated: Fixed event dispatching on tba view change

2017-11-27 Thread Harbs
I’m not sure that viewChanged is the best event to be dispatching here. It turns out that viewChanged is dispatched in two unrelated cases: 1. When the IViewManagerView is assigned to the ViewManagerBase. 2. When the current view is set by the IViewManagerView. The way it is, it’s currently