Roo/form/Field.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 30 Aug 2010 09:12:54 +0000 (17:12 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 30 Aug 2010 09:12:54 +0000 (17:12 +0800)
Roo/form/Field.js

index a1668d3..5b5b9ef 100644 (file)
@@ -264,7 +264,7 @@ side          Add an error icon to the right of the field with a popup on hover
 
     // private
     initEvents : function(){
-        this.el.on(Roo.isIE ? "keydown" : "keypress", this.fireKey,  this);
+        this.el.on(Roo.isIE ? "keydown" : "keyup", this.fireKey,  this);
         this.el.on("focus", this.onFocus,  this);
         this.el.on("blur", this.onBlur,  this);