From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 5B9A272957 for ; Wed, 26 May 2021 10:58:41 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 57FD7E2D7 for ; Wed, 26 May 2021 10:58:41 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 6660EE2A8 for ; Wed, 26 May 2021 10:58:40 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 3D2FC45A88 for ; Wed, 26 May 2021 10:58:40 +0200 (CEST) From: Dominik Csapak To: pve-devel@lists.proxmox.com Date: Wed, 26 May 2021 10:58:28 +0200 Message-Id: <20210526085839.9808-1-d.csapak@proxmox.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.224 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_NUMSUBJECT 0.5 Subject ends in numbers excluding current years SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH widget-toolkit 00/11] fixes/preparation for extjs7.0 X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2021 08:58:41 -0000 this series contains preparations/fixes/changes for extjs 7.0 1/11 ("data/ProxmoxProxy: set responseType to undefined for XMLHTTPRequest") - 5/11 ("panel/RRDChart: fix legend/undoZoom") are backwards compatible and should also work for extjs 6.0.1 patches from 6/11 will only work with extjs 7.0.0 Dominik Csapak (11): data/ProxmoxProxy: set responseType to undefined for XMLHTTPRequest Toolkit: set download url for draw containers to '-' Toolkit: set clearPropertiesOnDestroy to false by default css: add css changes for treelist panel/RRDChart: fix legend/undoZoom Toolkit: update overrides for scroll fixes Toolkit: update focusJump override Toolkit: remove firefox touchscreen override Toolkit: remove pie chart fix Toolkit: remove textarea fix Toolkit: remove Datepicker fix src/Toolkit.js | 336 ++++++++++++++++++---------------- src/css/ext6-pmx.css | 15 ++ src/data/ProxmoxProxy.js | 1 + src/data/reader/JsonObject.js | 1 + src/panel/GaugeWidget.js | 2 + src/panel/RRDChart.js | 15 +- 6 files changed, 208 insertions(+), 162 deletions(-) -- 2.20.1