From e13984fca22d72bd9e66741723d8ee0d97ddb1b3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 21 Sep 2019 19:55:10 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index a1a1152b..795f3574 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -527,6 +527,10 @@ var BaseItemPrototype = { // NOTE: these should not clash with user-supplied handlers ('update' does not)... + // + // XXX BUG: calling this on a nested/inlined browser will mess things up... + // ...the issue seems to be with root options not being available + // for partial render in a nested context... update: function(options){ this.parent && this.parent.render(this, options)