Skip to main content

Bug Tracker

Side navigation

#3860 closed bug (worksforme)

Opened January 15, 2009 05:26AM UTC

Closed January 20, 2009 02:45AM UTC

Last modified March 14, 2012 01:09PM UTC

$(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 (0.7 KB) - added by brandon January 20, 2009 02:44AM UTC.
Change History (4)

Changed January 15, 2009 05:36AM UTC by softsnow comment:1

When it is used as following:

$(document).ready(function(){

var obj = $(document);

alert(obj.scrollTop());

});

Changed January 15, 2009 01:38PM UTC by john comment:2

What version of jQuery 1.2.6 or 1.3?

Changed January 15, 2009 01:38PM UTC by john comment:3

component: unfilledoffset
owner: → brandon

Changed January 20, 2009 02:45AM UTC by brandon comment:4

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.