Side navigation
#12248 closed bug (invalid)
Opened August 10, 2012 02:57PM UTC
Closed August 25, 2012 08:50AM UTC
jQuery.offset.bodyOffset ie6 && ie.. Bug
Reported by: | h@pyzy.net | Owned by: | h@pyzy.net |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery.offset.bodyOffset(document.body).left == parseFloat($.css(body, 'margin-left'))*2
jQuery.offset.bodyOffset(document.body).top == parseFloat($.css(body, 'margin-top'))*2
Attachments (0)
Change History (2)
Changed August 10, 2012 03:36PM UTC by comment:1
owner: | → h@pyzy.net |
---|---|
status: | new → pending |
Changed August 25, 2012 08:50AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/. Open the link and click to "Fork" (in the top menu) to get started.