From 720ee5f5bc182851f262e7449cdbd87d426bd876 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 11 Sep 2019 16:29:13 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index 92e69702..bc287a4b 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -4598,7 +4598,10 @@ module.HTMLRenderer = { // temporarily "detach" the item from DOM... // NOTE: this will prevent us from overwriting the list dom with - // the element... + // the element by keeping the changes to .dom / .elem local + // to the actual element (not affecting the DOM)... + // XXX should we do a stricter detach-change-attach approach to + // DOM updates??? // XXX HACK: see notes for .elem assignment below and in renderer.elem(..) var old = header.dom if(old){