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

index 9baea90..9494e54 100644 (file)
@@ -299,6 +299,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
         
     // private
         SafariOnKeyDown : function(event){
+            Roo.log(event);
             var isSelectAll = false;
             if(this.el.dom.selectionEnd > 0){
                 isSelectAll = (this.el.dom.selectionEnd - this.el.dom.selectionStart - this.getValue().length == 0) ? true : false;