diff --git a/api/js/etemplate/et2_widget_historylog.js b/api/js/etemplate/et2_widget_historylog.js index 0513a408c3..15df5e90d2 100644 --- a/api/js/etemplate/et2_widget_historylog.js +++ b/api/js/etemplate/et2_widget_historylog.js @@ -171,6 +171,7 @@ var et2_historylog = (function(){ "use strict"; return et2_valueWidget.extend([e // Create the dynheight component which dynamically scales the inner // container. + this.div.parentsUntil('.et2_tabs').height('100%'); this.dynheight = new et2_dynheight(this.div.parent(), this.innerDiv, 250 ); @@ -661,6 +662,10 @@ var et2_historylog = (function(){ "use strict"; return et2_valueWidget.extend([e this.div.trigger('resize.' +this.options.value.app + this.options.value.id); } } + if(this.dynheight) + { + this.dynheight.update(); + } // Resize diff widgets to match new space if(this.dataview) {