Roo/bootstrap/Modal.js
authorEdward <edward@roojs.com>
Mon, 17 Sep 2018 06:28:45 +0000 (14:28 +0800)
committerEdward <edward@roojs.com>
Mon, 17 Sep 2018 06:28:45 +0000 (14:28 +0800)
Roo/bootstrap/Modal.js

index d5f06b1..dd20e44 100644 (file)
@@ -269,6 +269,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component,  {
         }
         
         if(!this.fitwindow && this.maxWidth !== 0){
+            Roo.log('get body el height...................');
             Roo.log(this.bodyEl.getHeight());
             var w = Math.min(this.maxWidth, Roo.lib.Dom.getViewportWidth(true) - 30);
             var h = this.height || Roo.lib.Dom.getViewportHeight(true) - 60;