--- zogiLib/js/baselib.js 2008/10/29 00:52:53 1.11 +++ zogiLib/js/baselib.js 2008/10/29 01:00:56 1.12 @@ -607,7 +607,7 @@ function registerKeyDown(handler) { function getWinSize() { // returns a Size with the current window size (mostly from www.quirksmode.org) var wsize = new Size(100, 100); - if (browserType.isIE) { + if (!browserType.isIE) { // all except Explorer if ((self.innerWidth == 0)||(self.innerHeight == 0)) { // Safari 1.2 (and other) bug