The work-around that I am currently using to get the window height
(that is; excluding scrollbars):

$.browser.safari ? document.documentElement.clientHeight : $
(window).height()

But obviously this is not particularly future-proof and rather
annoying.


On Nov 5, 9:16 pm, "Jeffrey Kretz" <[EMAIL PROTECTED]> wrote:
> I agree, and I have noticed this problem with other Webkit browsers, namely
> Chrome and Safari for Windows.
>
> I haven't gotten around to a suggested workaround for it yet, but I'll need
> to solve it before I launch my project, which works fine on IE6/7 FF2/3 and
> Opera, but not on Safari Mac/Win and Chrome.
>
> JK
>
> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED] On
>
> Behalf Of Tim Molendijk
> Sent: Wednesday, November 05, 2008 11:34 AM
> To: jQuery Development
> Subject: [jquery-dev] Window height in Safari is incorrect
>
> http://dev.jquery.com/ticket/3578
>
> people agree?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to