Roo/form/Field.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 5 Nov 2010 03:48:02 +0000 (11:48 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 5 Nov 2010 03:48:02 +0000 (11:48 +0800)
Roo/form/Field.js

index bd3f99d..6502fbb 100644 (file)
@@ -249,6 +249,7 @@ side          Add an error icon to the right of the field with a popup on hover
     // private
     fireKey : function(e){
         //Roo.log('field ' + e.getKey());
+        this.fireEvent("keydown", this, e);
         if(e.isNavKeyPress()){
             this.fireEvent("specialkey", this, e);
         }