From a78ec004947b0ec84287c798c63031ae43d3d23a Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Wed, 26 May 2021 10:58:39 +0200 Subject: [PATCH] Toolkit: remove Datepicker fix Signed-off-by: Dominik Csapak --- src/Toolkit.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Toolkit.js b/src/Toolkit.js index 30dffc2..6f1aee9 100644 --- a/src/Toolkit.js +++ b/src/Toolkit.js @@ -393,13 +393,6 @@ Ext.define(null, { }, }); -// should be fixed with ExtJS 6.0.2, see: -// https://www.sencha.com/forum/showthread.php?307244-Bug-with-datefield-in-window-with-scroll -Ext.define('Proxmox.Datepicker', { - override: 'Ext.picker.Date', - hideMode: 'visibility', -}); - // ExtJS 6.0.1 has no setSubmitValue() (although you find it in the docs). // Note: this.submitValue is a boolean flag, whereas getSubmitValue() returns // data to be submitted.