]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
Toolkit: remove Datepicker fix
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 26 May 2021 08:58:39 +0000 (10:58 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 27 May 2021 11:37:36 +0000 (13:37 +0200)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/Toolkit.js

index 30dffc22191a81d3d2f1864c52eea6ad8938756e..6f1aee9f6288dce36930d7f270dbdfadfd55c958 100644 (file)
@@ -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.