Sharepoint 2010 is running on our DEV Server. We have branded the SharePoint solution and therefore are running it as publishing site. The document library has a customised master page.
In the DEV environment, when the document library is loaded, it automatically calculates the width of the leftpanel and the content panel. The page looks ok.
On the staging server, the initial load does not calculate those columns and the page appears broken. However, when you resize the browser window, everything is recalculated and works. Just not the initial load.
There are two hidden input fields called *_NavResizerWidth* and *_NavResizerHeight* which get initial value of '0' and thus the navresize does not take place.
Does anyone know where the problem could be? Is it some kind of setting? Or is it because we edited the view in SPD?
Please let me know if you need more details.
Thanks