Side navigation
#5513 closed bug (invalid)
Opened November 14, 2009 04:56PM UTC
Closed November 14, 2009 09:58PM UTC
Last modified March 15, 2012 06:46PM UTC
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:
#!js 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...
Attachments (0)
Change History (1)
Changed November 14, 2009 09:58PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Please provide a test case that shows the problem with FF 2.0.0.11.