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 12:59:12 +00:00
parent 412414c1a5
commit 2348b7da46

View File

@ -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);