X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2FLayoutManager.js;h=f7d7c7f78a8e21b5685d0177c4fb1261e1150abe;hp=63450f704def7fbb9121c0570fc09a4304286764;hb=75cbc4ce04c9c01ac47671cb01320ce699128d00;hpb=ccb17fd0bcb48f587a96d6940f9120efad1bfabc diff --git a/Roo/LayoutManager.js b/Roo/LayoutManager.js index 63450f704d..f7d7c7f78a 100644 --- a/Roo/LayoutManager.js +++ b/Roo/LayoutManager.js @@ -15,23 +15,16 @@ * Base class for layout managers. */ Roo.LayoutManager = function(container, config){ - Roo.log('3'); - Roo.LayoutManager.superclass.constructor.call(this); - this.el = Roo.get(container); - // ie scrollbar fix if(this.el.dom == document.body && Roo.isIE && !config.allowScroll){ document.body.scroll = "no"; }else if(this.el.dom != document.body && this.el.getStyle('position') == 'static'){ -// this.el.position('relative'); + this.el.position('relative'); } - Roo.log(this); - return; this.id = this.el.id; this.el.addClass("x-layout-container"); - /** false to disable window resize monitoring @type Boolean */ this.monitorWindowResize = true; this.regions = {};