When we open a window using:
window.open("/calendar",'calendar','width=950,height=576,titlebar=no,statusbar=no,menubar=no,resizable=no,scrollbars=no');
Firefox 3 and IE 7 open it to have a content area height of 576 plus the browser items (URL
bar, status
bar, etc).
Chrome however opens it to have a total height of 576 meaning a
…