From 76af485da23ce1827e3e0a3507f6b72bc89e27ca Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 23 Apr 2013 13:42:41 +0800 Subject: [PATCH] widgets/SecurePass.js --- widgets/SecurePass.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index 4870fea1..ddbf0611 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -75,9 +75,9 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, { if(this.el.is('input[type=password]') && Roo.isSafari){ this.el.on('keydown', this.SafariOnKeyDown, this); - this.el.on("focus", function(){ - this.setValue(''); - }, this); +// this.el.on("focus", function(){ +// this.setValue(''); +// }, this); } this.el.on('keyup', this.checkStrength, this, {buffer:50}); -- 2.39.2