From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [45.144.208.40]) by lore.proxmox.com (Postfix) with ESMTPS id 5700C1FF0B3 for ; Thu, 10 Sep 2026 00:44:54 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 56F232160C; Thu, 10 Sep 2026 00:44:47 +0200 (CEST) From: Thomas Lamprecht To: pve-devel@lists.proxmox.com, pbs-devel@lists.proxmox.com, Dominik Csapak Subject: applied: [PATCH widget-toolkit v2] fix #7721: fix zoom interaction on charts with no initial store Date: Thu, 10 Sep 2026 00:44:33 +0200 Message-ID: <178899387167.3133364.13750603225608345410.b4-ty@b4> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260811085723.1272853-1-d.csapak@proxmox.com> References: <20260811085723.1272853-1-d.csapak@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1788993873161 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.835 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: KSIEOW3FNLEXPD6CPKJURZ6BPWM4PRBQ X-Message-ID-Hash: KSIEOW3FNLEXPD6CPKJURZ6BPWM4PRBQ X-MailFrom: t.lamprecht@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Tue, 11 Aug 2026 10:55:03 +0200, Dominik Csapak wrote: > In our current ExtJs version (7.0), having animations disabled on charts > breaks the zoom interaction. One can zoom in and out once, but never > again. > > We generally keep animations enabled on our proxmoxRRDChart, but only > after the store's first load, to avoid animating from the empty store to > the initial data. This happens in initComponent on the store that was > given during instantiation. > > [...] Applied, thanks! [1/1] fix #7721: fix zoom interaction on charts with no initial store commit: 8645d8754d62ad475e91fc9bf496210c752a4b88