Roo/bootstrap/ComboBox.js
authoredward <edward@roojs.com>
Wed, 13 Apr 2016 03:52:36 +0000 (11:52 +0800)
committeredward <edward@roojs.com>
Wed, 13 Apr 2016 03:52:36 +0000 (11:52 +0800)
Roo/bootstrap/ComboBox.js

index e88e4c7..295bcfa 100644 (file)
@@ -1299,9 +1299,9 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
             if(this.fireEvent('tick', this, r, index) !== false){
                 this.tickItems.push(r.data);
             }
-            
+            Roo.log(Roo.get(_this.view.getNodes(index, index)[0]).select('input', true).first().dom.checked);
             if(typeof(e) == 'undefined' && view == false){
-                Roo.log(Roo.get(_this.view.getNodes(index, index)[0]).select('input', true).first().dom.checked);
+                
                 Roo.get(_this.view.getNodes(index, index)[0]).select('input', true).first().dom.checked = true;
             }