Side navigation
#10488 closed bug (cantfix)
Opened October 13, 2011 01:35PM UTC
Closed October 14, 2011 06:14PM UTC
Last modified October 14, 2011 06:15PM UTC
IE7 offset() functions is not returning the proper values
Reported by: | saranya.jkmr@gmail.com | Owned by: | saranya.jkmr@gmail.com |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | offset | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
when calculating the offset positions, In other browsers like Firefox,safari. its working fine, but in IE7 its not returning the proper Positioning value.
var imgTop = imgElem.offset().top;
var imgLeft = imgElem.offset().left;
I am using the above code snippet and based on the values i am positions some text on the screen.
Please let us know is there any solution to resolve this in IE7
Attachments (0)
Change History (4)
Changed October 13, 2011 01:40PM UTC by comment:1
component: | unfiled → offset |
---|---|
owner: | → saranya.jkmr@gmail.com |
priority: | undecided → low |
status: | new → pending |
Changed October 14, 2011 05:46AM UTC by comment:2
status: | pending → new |
---|
When Page is in 100% Zoom we are getting the proper positions using offset. But when we zoom more than 100%(i.e. 110%,,etc..) we are not getting the positions properly. This problem occurs only in IE7.
Can you please provide the solution to resolve this issue.
Changed October 14, 2011 06:14PM UTC by comment:3
resolution: | → cantfix |
---|---|
status: | new → closed |
this cannot be fixed
Changed October 14, 2011 06:15PM UTC by comment:4
Actually, this is a duplicate, I'm replying from mobile, will find the original when I get a chance
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.