mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-28 10:51:35 +00:00
![]() 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> |
||
---|---|---|
button | ||
data | ||
debian | ||
form | ||
grid | ||
mixin | ||
node | ||
panel | ||
window | ||
Makefile | ||
Toolkit.js | ||
Utils.js |