From: Edward Date: Tue, 23 Apr 2013 05:42:41 +0000 (+0800) Subject: widgets/SecurePass.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=76af485da23ce1827e3e0a3507f6b72bc89e27ca widgets/SecurePass.js --- 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});