mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 08:19:45 +01:00
Backport commit 3159. Update MaxScrollHeight when the height is changed, in order to calculate sideBox scrollArea correctly
This commit is contained in:
parent
1c62210384
commit
adb6d91f1b
@ -994,6 +994,7 @@ function egw_fw_ui_scrollarea(_contDiv)
|
||||
if (delta)
|
||||
{
|
||||
self.scrollDelta(- delta * 30);
|
||||
if (self.contHeight != this.scrollHeight) self.update();
|
||||
}
|
||||
});
|
||||
|
||||
@ -1163,7 +1164,7 @@ egw_fw_ui_scrollarea.prototype.mouseOverToggle = function(_over, _dir)
|
||||
{
|
||||
this.mouseOver = _over;
|
||||
this.dir = _dir;
|
||||
|
||||
this.update();
|
||||
if (_over)
|
||||
{
|
||||
var _context = this;
|
||||
|
Loading…
Reference in New Issue
Block a user