Roo/bootstrap/Input.js
authorAlan Knowles <alan@roojs.com>
Thu, 21 Sep 2017 07:04:29 +0000 (15:04 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Sep 2017 07:04:29 +0000 (15:04 +0800)
Roo/bootstrap/Input.js

index c9ba373..3ce18df 100644 (file)
@@ -895,6 +895,9 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component,  {
     SafariOnKeyDown : function(event)
     {
         // this is a workaround for a password hang bug on chrome/ webkit.
+        if (this.inputEl().dom.type != 'password') {
+            return;
+        }
         
         var isSelectAll = false;