From: Edward Date: Tue, 23 Apr 2013 04:08:45 +0000 (+0800) Subject: widgets/SecurePass.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=1ccab9e1cd5e2298ff2726a3731c7489d8a99c13 widgets/SecurePass.js --- diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index 20ac8a69..012d0a34 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -73,6 +73,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, { initEvents : function(){ if(this.inputType == 'password'){ this.el.on('keydown',function(event){ + Roo.log(this) if(event.getKey() == 8){ event.preventDefault(); //this.setValue('');