Opened 10 years ago
Closed 10 years ago
#14705 closed bug (notabug)
Incorrect document height
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$(document.body).height() on www.medium.com gives an incorrect value. It gives values such as 500 px, when the document is clearly several thousand px tall, as you have to scroll several pages down to get to the end.
Related SO question: http://stackoverflow.com/questions/21131957/jquery-returns-wrong-document-height
Change History (3)
comment:1 Changed 10 years ago by
Owner: | set to isak.sky@… |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Status: | pending → new |
---|
False alarm. Turns out the browser was scrolling a particular div, which made me think the document was taller than it actually was. You can close this ticket.
comment:3 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Usually this indicates the document is in quirks mode. Please provide a test case.