Hi,
Im having trouble solving this one. When I create a popup window in Safari with toolbars disabled, it doesn’t show the height of available space in the window propperly.
I tried window.innerHeight, document.documentElement.clientHeight, document.body.clientHeight and all possible properties I could find, but its never the value it should show. It appears, that it somehow still counts with window elements (toolbars etc.), that are not present in the popup.
It all works perfectly with Safari in normal window or in any window with FF or IE.
Has anybody encountered this problem? And would you think its safe to just modify the returned value by some constant to get to the propper height?
Thank you very much for any feedback
Matthew