mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-08-13 19:00:41 +00:00
fix Firefox spinner scroller
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ba1ba9471d
commit
30076ed6cc
@ -3,6 +3,11 @@
|
|||||||
// do not send '_dc' parameter
|
// do not send '_dc' parameter
|
||||||
Ext.Ajax.disableCaching = false;
|
Ext.Ajax.disableCaching = false;
|
||||||
|
|
||||||
|
// FIXME: HACK! Makes scrolling in number spinner work again. fixed in ExtJS >= 6.1
|
||||||
|
if (Ext.isFirefox) {
|
||||||
|
Ext.$eventNameMap.DOMMouseScroll = 'DOMMouseScroll';
|
||||||
|
}
|
||||||
|
|
||||||
// custom Vtypes
|
// custom Vtypes
|
||||||
Ext.apply(Ext.form.field.VTypes, {
|
Ext.apply(Ext.form.field.VTypes, {
|
||||||
IPAddress: function(v) {
|
IPAddress: function(v) {
|
||||||
|
Loading…
Reference in New Issue
Block a user