Skip to main content

Bug Tracker

Side navigation

#6978 closed bug (invalid)

Opened September 01, 2010 09:50AM UTC

Closed September 02, 2010 01:58AM UTC

IE8 problem in finding the offset value for element in the page

Reported by: abuthakir Owned by:
Priority: Milestone: 1.4.3
Component: offset Version: 1.4.2
Keywords: Cc:
Blocked by: Blocking:
Description

I have added some special class name for all images in the page which is greater than 200x200. And with jQuery each I am looping that and binding mouseover event to show some frame around that mouseovered image. ***But unable to find the offset top value properly in ie8 but working in firefox. When the page scrolled IE8 not properly giving offset top.

jQuery('.js-class').livequery('mouseover', function(e){

var $this = jQuery(this);

console.log($this.offset().top);

});

Note: It is not working even I remove livequery and try with simple mouseover event.

Attachments (0)
Change History (1)

Changed September 02, 2010 01:58AM UTC by dmethvin comment:1

component: unfiledoffset
resolution: → invalid
status: newclosed

livequery is not part of jQuery core, please reopen with a complete test case that uses only core functionality and demonstrates the problem.