Opened 10 years ago
Closed 10 years ago
#12942 closed bug (duplicate)
Viewport height is broken
Reported by: | Tyson | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When the page is bigger than the viewport (ie. we have scrollbars), then $(window).height() brings the same value of $(document).height(), when it should be smaller. I've tested jQuery 1.6.4 and it works as expected.
Note: See
TracTickets for help on using
tickets.
Duplicate of #12426.
No test case, but I'm assuming quirks mode.