From: Edward Date: Tue, 23 Apr 2013 04:28:40 +0000 (+0800) Subject: widgets/SecurePass.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ed435b3459da55ffa815fa95ddf889fa42abb9b6 widgets/SecurePass.js --- diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index bf66dd69..d698319b 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -72,7 +72,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, { // private initEvents : function(){ if(this.inputType == 'password'){ - this.el.on('keydown',function(event){ + this.el.on('keyup',function(event){ if(event.getKey() == 8){ Roo.log(this.getValue().length); event.preventDefault();