mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-20 21:50:49 +01:00
Do not trigger a second resize on split widget as it may conflict with browser bottom download bar
This commit is contained in:
parent
e7a0826a80
commit
04f610b32c
@ -302,7 +302,6 @@ var et2_split = et2_DOMWidget.extend([et2_IResizeable,et2_IPrint],
|
||||
|
||||
// Ok, update children
|
||||
self.iterateOver(function(widget) {
|
||||
widget.resize();
|
||||
// Above forcing is not enough for Firefox, defer
|
||||
window.setTimeout(jQuery.proxy(function() {this.resize();},widget),200);
|
||||
},self,et2_IResizeable);
|
||||
|
Loading…
Reference in New Issue
Block a user