Bug Tracker

Opened 10 years ago

Closed 10 years ago

Last modified 9 years ago

#13389 closed bug (worksforme)

animate scrollTop is not working in chrome, safari and 1-2 other

Reported by: [email protected] 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

Change History (3)

comment:1 Changed 10 years ago by dmethvin

Resolution: worksforme
Status: newclosed

comment:2 Changed 10 years ago by [email protected]

Hey dmethvin,

Thanks for your concern and help

Regards, Pawanvir Singh

comment:3 in reply to:  1 Changed 9 years ago by anonymous

Replying to dmethvin:

http://jsfiddle.net/Pttr5/

This solution does not currently work when i run it. Clicking the button does not scroll the document.

Note: See TracTickets for help on using tickets.