From 1ccab9e1cd5e2298ff2726a3731c7489d8a99c13 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 23 Apr 2013 12:08:45 +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 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(''); -- 2.39.2