Do not trigger a second resize on split widget as it may conflict with browser bottom download bar

This commit is contained in:
Hadi Nategh 2015-10-15 14:34:50 +00:00
parent e7a0826a80
commit 04f610b32c

View File

@ -302,7 +302,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);