mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Deal with scrollarea absolute positioning vs expanding tree
This commit is contained in:
parent
b7215be0f1
commit
6fae72613f
@ -1173,6 +1173,7 @@ window.egw_fw_ui_scrollarea.prototype.update = function()
|
|||||||
this.contHeight = jQuery(this.scrollDiv).outerHeight();
|
this.contHeight = jQuery(this.scrollDiv).outerHeight();
|
||||||
this.boxHeight = jQuery(this.contDiv).height();
|
this.boxHeight = jQuery(this.contDiv).height();
|
||||||
|
|
||||||
|
this.outerDiv.scrollIntoView();
|
||||||
this.toggleButtons(this.contHeight > this.boxHeight);
|
this.toggleButtons(this.contHeight > this.boxHeight);
|
||||||
this.setScrollPos(this.scrollPos);
|
this.setScrollPos(this.scrollPos);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user