[pve-devel] [PATCH manager v2 1/2] add globalsearchfield
Emmanuel Kasper
e.kasper at proxmox.com
Tue Jun 21 09:55:06 CEST 2016
Hi
> + selectAndHide: function(id) {
> + var me = this;
> + me.tree.selectById(id);
> + me.grid.hide();
> + me.setValue('');
> + me.blur();
> + },
Maybe we could also here focus the selected component in the ressource
tree ? If you have a long list of ressources in the tree, having the
selected item visible in the ressource tree, helps to figure out where
your search result actually brought you.
( the current search panels have the same limitation )
More information about the pve-devel
mailing list