Bug Tracker

Opened 14 years ago

Closed 14 years ago

Last modified 11 years ago

#3860 closed bug (worksforme)

$(document).scrollTop()

Reported by: softsnow Owned by: brandon
Priority: major Milestone: 1.3
Component: offset Version: 1.2.6
Keywords: Cc:
Blocked by: Blocking:

Description

$(document).scrollTop() returns different number on FF and IE7.

Attachments (1)

test.html (760 bytes) - added by brandon 14 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 14 years ago by softsnow

When it is used as following:

$(document).ready(function(){

var obj = $(document); alert(obj.scrollTop());

});

comment:2 Changed 14 years ago by john

What version of jQuery 1.2.6 or 1.3?

comment:3 Changed 14 years ago by john

Component: unfilledoffset
Owner: set to brandon

Changed 14 years ago by brandon

Attachment: test.html added

comment:4 Changed 14 years ago by brandon

Resolution: worksforme
Status: newclosed

I'm unable to reproduce this issue. Please feel free to reopen the ticket with a test case illustrating the issue. I tried to reproduce the issue in both quirks and standards mode.

Note: See TracTickets for help on using tickets.