wbez / GradingRahm

Microsite for the Grading Rahm series
0 stars 0 forks source link

Scrollspy is not responsive #1

Open chagan opened 9 years ago

chagan commented 9 years ago

Fix scrollspy behavior so scrolling is responsive. Currently works on pageload but not on resize.

chagan commented 9 years ago

Scrollspy is still not very responsive. Refresh is called on window.onload and on page resize, but is missing the final load of some of the iframe charts. Right now there's a hack where after 5 seconds we call the refresh manually, which fits most issues, but it's not a good practice and would like to find a better solution.