From 0fb695d1cbe029b7db8004421b94e96145e68344 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 23 Apr 2013 13:05:11 +0800 Subject: [PATCH] widgets/SecurePass.js --- widgets/SecurePass.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index 4f44d6d3..fe8253ea 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -71,12 +71,12 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, { // private initEvents : function(){ - - if(this.el.is('input[type=password]') && Roo.isSafari){ - this.el.on('keydown', this.SafariOnKeyDown, this); - } + +// if(this.el.is('input[type=password]') && Roo.isSafari){ +// this.el.on('keydown', this.SafariOnKeyDown, this); +// } Ext.form.SecurePass.superclass.initEvents.call(this); - this.el.on('keyup', this.checkStrength, this, {buffer:50}); + this.el.on('keyup', this.checkStrength, this); }, // private -- 2.39.2