mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +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
412414c1a5
commit
2348b7da46
@ -305,7 +305,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