X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-debug.js;fp=roojs-debug.js;h=ae94324a2dd5dffddd0073aa174e31903c595eb4;hb=3c7ad4e256b355ce99f93f7302ed5f2828b27ce5;hp=36c2ce6ba3f2ecb72820e1d69220ce5119033849;hpb=e4fb689b6944ad1236916702139465fb11018bcf;p=roojs1 diff --git a/roojs-debug.js b/roojs-debug.js index 36c2ce6ba3..ae94324a2d 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -43093,18 +43093,17 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, { cstore.loadDataFromChildren( r); var cret = _this.findRecordInStore(cstore, prop, value); if (cret !== false) { - record = r; + var ix = store.getIndexOf(r); + this.views[lvl].select(ix, false, true); // will not trigger select change.. + this.store.loadDataFromChildren(r); // will trigger load. + this.selectActive(lvl+1); return false; } } return true; }); - if (record !== false) { - var ix = store.getIndexOf(record); - this.views[lvl].function(ix, false, true); // will not trigger select change.. - } - + }