widgets/SecurePass.js
authorEdward <edward@roojs.com>
Tue, 23 Apr 2013 06:05:08 +0000 (14:05 +0800)
committerEdward <edward@roojs.com>
Tue, 23 Apr 2013 06:05:08 +0000 (14:05 +0800)
widgets/SecurePass.js

index 9494e54..94904f6 100644 (file)
@@ -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;