Deal with scrollarea absolute positioning vs expanding tree

This commit is contained in:
nathan 2024-10-04 16:55:53 -06:00
parent 8613ed823b
commit f7e4a61cdd

View File

@ -1172,6 +1172,7 @@ window.egw_fw_ui_scrollarea.prototype.update = function()
this.contHeight = jQuery(this.scrollDiv).outerHeight();
this.boxHeight = jQuery(this.contDiv).height();
this.outerDiv.scrollIntoView();
this.toggleButtons(this.contHeight > this.boxHeight);
this.setScrollPos(this.scrollPos);
};