Roo/bootstrap/ComboBox.js
authorEdward <edward@roojs.com>
Mon, 9 Feb 2015 08:22:06 +0000 (16:22 +0800)
committerEdward <edward@roojs.com>
Mon, 9 Feb 2015 08:22:06 +0000 (16:22 +0800)
Roo/bootstrap/ComboBox.js

index f9c8961..2df6887 100644 (file)
@@ -1218,7 +1218,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
         if(scrollIntoView !== false){
             var el = this.view.getNode(index);
             if(el && !this.multiple && !this.tickable && this.autoFocus){
-                this.innerList.scrollChildIntoView(el, false);
+                this.list.scrollChildIntoView(el, false);
             }
         }
     },