Roo/form/ComboBox.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 20 Sep 2010 08:44:22 +0000 (16:44 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 20 Sep 2010 08:44:22 +0000 (16:44 +0800)
Roo/form/ComboBox.js

index 8fe2a89..3c70e69 100644 (file)
@@ -993,6 +993,9 @@ Roo.extend(Roo.form.ComboBox, Roo.form.TriggerField, {
     listKeyPress : function(e)
     {
         Roo.log('listkeypress');
+        if (e.isSpecialKey()) {
+            return;
+        }
         Roo.log(String.fromCharCode(e.getKey()));
     }