Go to file
Dominik Csapak aea77b2c69 (partially) fix #1223: add touchscreen override for extjs
the combination of firefox, touchscreen, mouse input and extjs
prevents normal click/touch input for buttons, lists, etc.

the workaround on firefox was to set
dom.w3c_touch_events.enabled
to 0 (in about:config)

or to upgrade to extjs >= 6.5.1 (of which there is no gpl release as of now)

so we introduce that workaround as it seems to not disrupt 'normal'
browsers and non-touchscreen devices

we then still have an issue with scrolling though, since extjs
now expects the user to drag the content instead of using the wheel

but it is still better than a completely non working interface

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-03-30 10:10:46 +02: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-13 2018-03-08 11:38:18 +01:00
form ComboGrid: open picker also when focusing an editable field 2018-01-11 14:48:13 +01:00
grid add labelWidth to the fieldDefaults in add_*_row 2018-03-16 16:01:57 +01:00
mixin skip config property for cbind mixin 2018-02-22 10:14:58 +01:00
node change the hard coded text against the translated text 2018-01-25 11:03:44 +01:00
panel rename pve(Show|Hide)Help events 2018-02-13 16:12:50 +01:00
window task view, progress: add taskDone callback 2018-03-27 14:03:14 +02:00
Makefile bump version to 1.0-13 2018-03-08 11:38:18 +01:00
Toolkit.js (partially) fix #1223: add touchscreen override for extjs 2018-03-30 10:10:46 +02:00
Utils.js remove gettext definition in Utils.js 2018-03-08 11:37:32 +01:00