poetic / react-super-components

react super components
MIT License
2 stars 2 forks source link

onload only works occasionally #7

Closed martinbee closed 8 years ago

martinbee commented 8 years ago

Upon loading page, quickly scroll down to the lazy load example and wait until that image loads. When you scroll back up, the other images will fail to load. The in view is called initially but onload is never called.

Temporary solution: moving this.$imageNode.off('inview'); inside onload and onerror solves it with chrome.