Re: [royale-asjs] branch develop updated: ToolTipRemovalWhenItemRemoved: new bead to abstract best practice showcased in #697

2020-01-28 Thread Carlos Rovira
Hi Yishay, please go ahead and do the changes thanks! El mar., 28 ene. 2020 a las 11:55, Yishay Weiss () escribió: > Thanks for adding this. Since this behavior could be desirable in all > component sets I’d like to suggest the following: > > > 1. Move it to Basic > 2. Create an interface

RE: [royale-asjs] branch develop updated: ToolTipRemovalWhenItemRemoved: new bead to abstract best practice showcased in #697

2020-01-28 Thread Yishay Weiss
Thanks for adding this. Since this behavior could be desirable in all component sets I’d like to suggest the following: 1. Move it to Basic 2. Create an interface ITooltipBead which includes removeTip() 3. Have all tooltip beads implement it 4. Use strand.getBeadByType(ITooltipBead)