Roo/bootstrap/Modal.js
authorjohn <john@roojs.com>
Wed, 26 Sep 2018 03:13:22 +0000 (11:13 +0800)
committerjohn <john@roojs.com>
Wed, 26 Sep 2018 03:13:22 +0000 (11:13 +0800)
Roo/bootstrap/Modal.js

index 59ea3de..33d5607 100644 (file)
@@ -270,6 +270,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component,  {
         
         if(!this.fitwindow && this.max_width !== 0){
             var w = Math.min(this.max_width, Roo.lib.Dom.getViewportWidth(true) - 30);
+            Roo.log(this.headerEl.getHeight() + this.bodyEl.getHeight() + this.footerEl.getHeight());
             var h = this.height || Roo.lib.Dom.getViewportHeight(true) - 60;
             this.setSize(w,h);
         }