Skip to main content

Bug Tracker

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 timmywil comment:1

component: unfiledoffset
owner: → saranya.jkmr@gmail.com
priority: undecidedlow
status: newpending

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.

Changed October 14, 2011 05:46AM UTC by saranya.jkmr@gmail.com comment:2

status: pendingnew

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 rwaldron comment:3

resolution: → cantfix
status: newclosed

this cannot be fixed

Changed October 14, 2011 06:15PM UTC by rwaldron comment:4

Actually, this is a duplicate, I'm replying from mobile, will find the original when I get a chance