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)