solid.mit.edu icon indicating copy to clipboard operation
solid.mit.edu copied to clipboard

fix scrolling on chrome >= 61 by updating localScroll and scrollTo

Open jaebradley opened this issue 8 years ago • 2 comments

Discussion

Anchor scrolling on solid.mit.edu doesn't work for Chrome 63 (and probably not for Chrome>=61, when the scrolling element is no longer the body but the document element).

alt-text

The maintainer of jquery.localScroll and jquery.scrollTo recommends updating the later version of both packages in flesler/jquery.localScroll#38.

After updating localScroll and scrollTo to their latest release versions (2.0.0 and 2.1.2, respectively) from 1.2.8b and 1.4.3.1, anchor scrolling works in Chrome.

alt-text

jaebradley avatar Feb 12 '18 05:02 jaebradley

I found this error too, #22

leinue avatar Oct 29 '18 10:10 leinue

I have this issue on my website. I just don't know how to update to the latest versions.

Lugzyboy82 avatar May 05 '19 16:05 Lugzyboy82