Pman.Login.js
authorAlan Knowles <alan@roojs.com>
Mon, 30 Mar 2015 05:23:38 +0000 (13:23 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 30 Mar 2015 05:23:38 +0000 (13:23 +0800)
Pman.Login.js

index 025769a..e79fc71 100644 (file)
@@ -420,7 +420,8 @@ Pman.Login =  new Roo.util.Observable({
             },
             Pman.Login.form.el.dom.firstChild 
         ).on('error', function() {
-            this.dom.style.display = 'none';
+            this.dom.style.visibility = 'hidden';
+            this.dom.style.height = '10px';
         });
        
         var vp = this.dialog.getLayout().add('center', new Roo.ContentPanel(ef, {