Opened 13 years ago
Closed 12 years ago
#5086 closed bug (wontfix)
Offset Incorrect on overflow when Body display:none onload
Reported by: | zachleat | Owned by: | brandon |
---|---|---|---|
Priority: | trivial | Milestone: | 1.4 |
Component: | offset | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I doubt the use case here is prevalent enough for this to matter, but I thought it would be useful to have logged in the bug tracker for searchability later on.
When the body (or html) is display: none (and then shown later), offset doesn't work correctly when the page overflows in IE7 and IE6.
It works fine for tags other than the body and html, like a normal div.
See the test case, if the page has a scrollbar, scrolling down to the bottom and clicking the second button should yield a different result than the first button.
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | jquery-test-case.html added |
---|
comment:1 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I agree it's a pretty bizarre case.
Note: See
TracTickets for help on using
tickets.
First button shows correct offset, second button shows incorrect offset (if page overflows)