Roo/bootstrap/ComboBox.js
authorEdward <edward@roojs.com>
Wed, 22 Apr 2015 04:49:14 +0000 (12:49 +0800)
committerEdward <edward@roojs.com>
Wed, 22 Apr 2015 04:49:14 +0000 (12:49 +0800)
Roo/bootstrap/ComboBox.js

index adeb833..ac36a22 100644 (file)
@@ -1508,13 +1508,13 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
     
     listKeyPress : function(e)
     {
-        //Roo.log('listkeypress');
+        Roo.log('listkeypress!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
         // scroll to first matching element based on key pres..
         if (e.isSpecialKey()) {
             return false;
         }
         var k = String.fromCharCode(e.getKey()).toUpperCase();
-        //Roo.log(k);
+        Roo.log(k);
         var match  = false;
         var csel = this.view.getSelectedNodes();
         var cselitem = false;