Files
react/src
Tim Yung 7789a32438 Forward Compatibility w/ WebKit & Blink
Newer versions of WebKit and Blink will support both `document.body.scrollTop` and `document.documentElement.scrollTop`. Therefore, implementing cross-browser compatibility by summing the two will no longer work.

This changes React to use `getUnboundedScrollPosition` so we get the fix and consistency in one change!

See: https://rniwa.com/2013-10-29/web-compatibility-story-of-scrolltop-and-scrollleft/
2013-10-30 16:56:55 -07:00
..
2013-10-11 17:33:47 -07:00
2013-10-15 17:59:14 -07:00
2013-10-15 17:59:14 -07:00
2013-10-15 18:02:28 -07:00
2013-05-29 12:54:02 -07:00
2013-10-08 16:49:11 -07:00