From: Edward Date: Tue, 23 Apr 2013 04:44:57 +0000 (+0800) Subject: widgets/SecurePass.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=792a295b3da948029d4c1529885ee6c488e53c8c widgets/SecurePass.js --- diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index c9f07941..5f1d1527 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(event.getKey()); if(event.getKey() == 8){ event.preventDefault(); this.setValue('');