From 792a295b3da948029d4c1529885ee6c488e53c8c Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 23 Apr 2013 12:44:57 +0800 Subject: [PATCH] widgets/SecurePass.js --- widgets/SecurePass.js | 1 + 1 file changed, 1 insertion(+) 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(''); -- 2.39.2