From 0c720efc479c11975c97e678be3cd35f7f507880 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 29 Sep 2019 20:03:45 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index 4c9f099e..e820ac6c 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -549,6 +549,11 @@ var BaseItemPrototype = { // // This might also be a side effect of the .dom / .elem set of // issues... + // + // This issue seems to go away after expanding/collapsing the + // nested item several times, the buttons are gone but the + // subtrees stop vanishing on update -- could this be related + // to .dom/.elem again??? update: function(options){ this.parent && this.parent.render(this, options)