From: Edward Date: Tue, 23 Apr 2013 06:05:08 +0000 (+0800) Subject: widgets/SecurePass.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b0afa33ad927aed7ae721978b26311873b1add69 widgets/SecurePass.js --- diff --git a/widgets/SecurePass.js b/widgets/SecurePass.js index 9494e548..94904f6d 100644 --- a/widgets/SecurePass.js +++ b/widgets/SecurePass.js @@ -299,7 +299,9 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, { // private SafariOnKeyDown : function(event){ - Roo.log(event); + Roo.log('NAV : ' + event.isNavKeyPress); + Roo.log('Special : ' + event.isSpecialKey); + Roo.log('getCharCode : ' + event.getCharCode()); var isSelectAll = false; if(this.el.dom.selectionEnd > 0){ isSelectAll = (this.el.dom.selectionEnd - this.el.dom.selectionStart - this.getValue().length == 0) ? true : false;