#5513 closed bug (invalid)
scrollTop() and offset() do not work in Firefox 2.0.0.11
Reported by: | ecoagora | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | offset | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In order to get this to work in both Opera and FF (because who really cares about IE users?!?), I am using this line instead:
window.pageYOffset
However, I can foresee some amateur wanting my code to work in all browsers (i.e., IE) so it would be nice to be able to use your scrollTop() or offset() functions instead.
Reference: http://www.sitepoint.com/article/javascript-from-scratch/6
PS I love that you use Trac! My choice for work as well...
Note: See
TracTickets for help on using
tickets.
Please provide a test case that shows the problem with FF 2.0.0.11.