Yes, CalloutButton.
2013/9/17 Maurice Amsellem <maurice.amsel...@systar.com> > AFAIK, Callout already has open(owner, modal) method. > > However CalloutButton calls open(this, false), which makes it always > non-modal. > > So your suggestion is maybe only on CalloutButton ? > > Maurice > > -----Message d'origine----- > De : Carlos Velasco [mailto:carlos.velasco.bla...@gmail.com] > Envoyé : mardi 17 septembre 2013 12:31 > À : dev@flex.apache.org > Objet : [Suggestion] CallOut and CalloutButton may add a modal:Boolean > property. > > There are some cases where you may want your callout content to be modal; > ie, not to be closed when clicking outside the callout content bounds. In > that cases the component is desired to be closed programmatically or by > clicking again the callout button. > > Adding such a property may not break the default component behaviour and > would not generate so much complexity while it offers by default a new > desirable behaviour. > > What do you think about? >