Side navigation
#12942 closed bug (duplicate)
Opened November 22, 2012 11:37AM UTC
Closed November 22, 2012 03:00PM UTC
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.
Attachments (0)
Change History (1)
Changed November 22, 2012 03:00PM UTC by comment:1
| resolution: | → duplicate |
|---|---|
| status: | new → closed |
Duplicate of #12426.No test case, but I'm assuming quirks mode.