#8833 closed bug (worksforme)
scrollTop/animate - animate does not stop.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | effects | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using scrollTop in the following manner, browser Firefox 3.6.16:
$('html,body').animate({ scrollTop: $("#page").offset().top }, { duration: 'slow'});
After the page finishes scrolling, if you try to scroll the page with mouse wheel or browser scroll bar, the page wants to return to scrolled position.
Change History (3)
comment:1 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Component: | unfiled → effects |
---|
Note: See
TracTickets for help on using
tickets.
Thanks for submitting a ticket to the jQuery project!.
Please see here for a live test case of the code you supplied: http://jsfiddle.net/addyosmani/xS88W/show/. I haven't been able to reproduce the issue you mention using jQuery 1.5.2 and Firefox 3.6.16 or Firefox 4.
It's possible that you may be using some additional logic or plugins on your page that are contributing to the behavior you're seeing.