Opened 12 years ago
Closed 12 years ago
#6978 closed bug (invalid)
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.
Change History (1)
comment:1 Changed 12 years ago by
Component: | unfiled → offset |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
livequery is not part of jQuery core, please reopen with a complete test case that uses only core functionality and demonstrates the problem.