Go to file
Dominik Csapak 5003213241 open picker for all comboboxes on focus, even if they are editable
when a combobox was editable, a click inside did not open the picker,
but it would if the combobox was not editable.

Since this is
 1. Inconsistent
 2. Inconvenient (the user has to specifically press the arrow)

we already had this implemented for our ComboGrid, but not for
regular comboboxes

This patch moves the code for this to an override for ComboBox, which
our ComboGrid then inherits (so we do not need it there anymore)

while at it, do some non-significant code-cleanup
 * whitespace fixes
 * don't shadow 'me' in the focus callback
 * fix typo in comment

Originally this was implemented in pve-manager, commit
851c032d69ad5ae23725dd1add9e4084ebc12650

https://git.proxmox.com/?p=pve-manager.git;a=commitdiff;h=851c032d69ad5ae23725dd1add9e4084ebc12650

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Originally-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-04-16 14:39:38 +02:00
button Ext.Msg: switch from depreacated msg to message property 2019-11-26 12:58:50 +01:00
css add pmx-hint css class 2019-10-09 09:10:33 +02:00
data update store: move store parameter into config, use getter/setter 2020-04-03 08:53:21 +02:00
debian bump version to 2.1-3 2020-01-30 17:50:25 +01:00
form open picker for all comboboxes on focus, even if they are editable 2020-04-16 14:39:38 +02:00
grid object grid: allow to pass online help to row editors 2020-03-31 18:13:20 +02:00
images ComboGrid: add trigger to delete from ComboGrid 2019-08-13 15:37:26 +02:00
mixin cbind: allow to pass "formula" function in binding 2020-01-30 15:52:06 +01:00
node net/node: add some "hint" for VLAN add window 2020-01-30 17:36:47 +01:00
panel indentation cleanup 2020-01-30 17:50:25 +01:00
window indentation cleanup 2020-01-30 17:50:25 +01:00
defines.mk add css and image directory to packaging 2019-08-13 15:37:26 +02:00
Makefile form: add Proxmox.form.field.ExpireDate 2020-03-31 18:13:20 +02:00
Toolkit.js open picker for all comboboxes on focus, even if they are editable 2020-04-16 14:39:38 +02:00
Utils.js utils: add 'auth-realm-sync' task description 2020-04-03 09:33:52 +02:00