[pve-devel] [PATCH pve-manager] ext6migrate: remove redundant code to set the default active tab
Dietmar Maurer
dietmar at proxmox.com
Tue Dec 1 07:33:05 CET 2015
Applied, but I see problems with this unreliable 'show' event behavior. Some
widgets use 'show' and 'hide' this way (from dc/Summary.js):
listeners: {
show: rstore.startUpdate,
hide: rstore.stopUpdate,
...
}
So if we miss 'show' events on reload, we do not start the update.
Any idea how to solve that problem?
> listeners: {
> - afterrender: function(tp) {
> - var first = tp.items.get(0);
> - if (first) {
> - first.fireEvent('show', first);
> - }
> - },
More information about the pve-devel
mailing list