Re: [pve-devel] [PATCH manager 3/4] fire activate event for lazyitems in tabpanels

2016-07-06 Thread Emmanuel Kasper
Reviewed-By: Emmanuel Kasper On 07/05/2016 05:06 PM, Dominik Csapak wrote: > when changing tabs which are lazyitems, > there will be no activate event for the content of the tab > > so we fire it manually on tabchange (if the new card has the > lazyitems plugin activated) as we do it for the hid

[pve-devel] [PATCH manager 3/4] fire activate event for lazyitems in tabpanels

2016-07-05 Thread Dominik Csapak
when changing tabs which are lazyitems, there will be no activate event for the content of the tab so we fire it manually on tabchange (if the new card has the lazyitems plugin activated) as we do it for the hide event Signed-off-by: Dominik Csapak --- www/manager6/panel/ConfigPanel.js | 5