mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 03:19:56 +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
|
// Ok, update children
|
||||||
self.iterateOver(function(widget) {
|
self.iterateOver(function(widget) {
|
||||||
widget.resize();
|
|
||||||
// Above forcing is not enough for Firefox, defer
|
// Above forcing is not enough for Firefox, defer
|
||||||
window.setTimeout(jQuery.proxy(function() {this.resize();},widget),200);
|
window.setTimeout(jQuery.proxy(function() {this.resize();},widget),200);
|
||||||
},self,et2_IResizeable);
|
},self,et2_IResizeable);
|
||||||
|
Loading…
Reference in New Issue
Block a user