Go to file
Dominik Csapak 39d9914990 ComboGrid: open picker also when focusing an editable field
port commit
851c032d69ad5ae23725dd1add9e4084ebc12650
from pve-manager

commit message:

    ComboBoxes provided by UI frameworks normally show their selection
    possibilities once focused, ExtJS does this too but not on editable
    (and thus filterable) input fields. Add a logic which allows this too
    and streamlines the behavior of ComboGrid/Box like components.

    To avoid a glitch, where clicking the "picker trigger" (the down
    arrow which normally toggles the selection picker) would first focus
    the element - thus expanding it - and only then causing a toggle
    which collapses it again, we overwrite the 'Ext.form.trigger.Trigger'
    onMouseDown so that we can skip a expansion on this event.

    Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-01-11 14:48:13 +01:00
button fix var assignments 2018-01-11 14:48:13 +01:00
data remove updatequeue 2017-11-29 12:04:31 +01:00
debian bump version to 1.0-9 2017-12-11 14:43:35 +01:00
form ComboGrid: open picker also when focusing an editable field 2018-01-11 14:48:13 +01:00
grid ObjectGrid: add_text_row: allow setting vtype for editor 2017-12-07 12:00:27 +01:00
mixin CBind.js: fix cloneTemplateArray 2017-03-31 12:35:39 +02:00
node place space on correct side of colon 2018-01-11 14:48:13 +01:00
panel check earlier if the logview is destroyed 2018-01-11 14:48:13 +01:00
window pass given defaults in Edit window 2018-01-11 14:48:13 +01:00
Makefile add version as comment to js file 2018-01-11 14:48:13 +01:00
Toolkit.js toolkit: fix #1516: mouse-scrolling of overflowhandlers in firefox 2018-01-11 14:45:48 +01:00
Utils.js add Xtermjs popup helper 2017-12-11 14:42:16 +01:00