[pve-devel] applied: [PATCH widget-toolkit 1/1] ComboGrid: avoid needing two clicks after reselecting an item

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Jan 31 10:35:39 CET 2023


Am 27/01/2023 um 11:14 schrieb Dominik Csapak:
> 'picker.hide()' hides the picker, but does not do everything to properly
> keep track of the picker state in the combobox class.
> 
> This lead to a bug when we reselected an entry, we had to click the
> picker again twice to open it again.
> 
> Use the 'collapse' method of the combobox instead, which does the
> necessary book-keeping.
> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
>  src/form/ComboGrid.js | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
>

applied, thanks!





More information about the pve-devel mailing list