cdig / cd-module

A Framework for LBS Lessons
0 stars 1 forks source link

document.scrollingElement #79

Open ivanreese opened 8 years ago

ivanreese commented 8 years ago

It's possible that scrollTop doesn't work in Firefox. We should probably replace all uses of it with document.body.scrollTop + document.body.parentNode.scrollTop.

ivanreese commented 7 years ago

I think we're good on this.

ivanreese commented 7 years ago

Does document.scrollingElement work? Can we say document.scrollingElement.scrollTop instead of document.body.scrollTop + document.documentElement.scrollTop or document.body.scrollTop + document.body.parentNode.scrollTop?

We'd need to polyfill it for IE, sigh.

We need this for legend.coffee.