]> git.proxmox.com Git - pve-manager.git/commit
ext6migrate: fix framework caching issue
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 14 Mar 2016 12:41:23 +0000 (13:41 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 14 Mar 2016 16:16:58 +0000 (17:16 +0100)
commitee231e79183ba1f73244f4e1a9a21920342da1d8
tree52e8a71ff95cfbd70326e5ba6c8ee8248ece8667
parentf2a6ce6cf107c791de1e127bfe0055dbd20c9aaa
ext6migrate: fix framework caching issue

in extjs 5/6 there is a caching issue, where they
save dom elements for reuse, but the garbage collector
can set them to null

when the framework now reuses the "cached" element it is null,
and any action on it produces an error, which breaks the site

for details see the forum link in the comment

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/Toolkit.js