diff --git a/api/js/framework/fw_ui.js b/api/js/framework/fw_ui.js index 1cbe8ca06b..087af273bc 100644 --- a/api/js/framework/fw_ui.js +++ b/api/js/framework/fw_ui.js @@ -1173,6 +1173,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); };