Side navigation
#13389 closed bug (worksforme)
Opened February 05, 2013 12:02PM UTC
Closed February 05, 2013 02:10PM UTC
Last modified November 05, 2013 04:13PM UTC
animate scrollTop is not working in chrome, safari and 1-2 other
Reported by: | pawanvir.singh@antechindia.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi, Recently I found animate scrollTop is not working in chrome and safari.
e.g.:
$("html,body").animate({ scrollTop: 300 }, 'slow');
or
$("html").animate({ scrollTop: 300 }, 'slow');
or
$("body").animate({ scrollTop: 300 }, 'slow');
How to solve this huge bug.
Thanks in advance
Attachments (0)
Change History (3)
Changed February 05, 2013 02:10PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed February 06, 2013 08:30AM UTC by comment:2
Hey dmethvin,
Thanks for your concern and help
Regards,
Pawanvir Singh
Changed November 05, 2013 04:13PM UTC by comment:3
Replying to [comment:1 dmethvin]:
http://jsfiddle.net/Pttr5/
This solution does not currently work when i run it. Clicking the button does not scroll the document.
http://jsfiddle.net/Pttr5/