Roo/form/ComboBox.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 20 Sep 2010 09:03:46 +0000 (17:03 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 20 Sep 2010 09:03:46 +0000 (17:03 +0800)
Roo/form/ComboBox.js

index ccc9b4a..026f403 100644 (file)
@@ -993,6 +993,7 @@ Roo.extend(Roo.form.ComboBox, Roo.form.TriggerField, {
     listKeyPress : function(e)
     {
         //Roo.log('listkeypress');
+        // scroll to first matching element based on key pres..
         if (e.isSpecialKey()) {
             return;
         }
@@ -1005,6 +1006,7 @@ Roo.extend(Roo.form.ComboBox, Roo.form.TriggerField, {
                 return false;
             }
         }, this);
+        
         if (match === false) {
             return true; // no more action?
         }