From aba9bb75daa528703d35114897da3b31860d3b5f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 27 Jun 2019 02:39:33 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index 5053ceee..d4ed35a7 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -980,7 +980,7 @@ var BaseBrowserPrototype = { return (this.pathArray || []).join('/') }, set path(value){ this.load(value) }, - // XXX + // XXX do we make this writable??? get pathArray(){ return this.__items != null ? this.get('focused', @@ -3170,6 +3170,8 @@ var HTMLItemPrototype = { // calling .elem.replaceWith(..)... // the new .dom value is replaced correctly but it is detached, // thus we see no change... + // XXX THIS IS WRONG... + // ...this can detach elements, see above for more info... set elem(value){ this.dom ? this.elem.replaceWith(value)