[pve-devel] [PATCH widget-toolkit 11/11] Toolkit: remove Datepicker fix

Dominik Csapak d.csapak at proxmox.com
Wed May 26 10:58:39 CEST 2021


Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 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.
-- 
2.20.1






More information about the pve-devel mailing list