Chain loads everything
For some reason the plugin chain loads all content without scrolling. What might cause this behavior?
I am having the same issue.Any help.
Same issue here. I've tried adding padding:200 for testing and it still doesn't work properly.
@johniemj, @vikasvats , @pklauzinski did you manage to fix it?
adding some _debug() clearly shows what scroll measurements is completely broken - you should see it even in unmodified version with 'debug: true' setting - it shows always-negative offset which not even changes after some content loads.
the only working solution I've found is to revert to version 2.2.4 of this plugin and to jquery 1.6.4 simultaneously. (2.2.4 - because it had some good feedback several years ago, I've no time to test each later one)
the ^head from github and any version with nowdays 3.x jquery seems completely broken (possible works in some specific version, but I've no success). the jquery 1.4.any and 1.5.any also broken,despite the useless @requires section in script header, this plugin uses some features which simple does not exists in such old ones.
P.S. #126 seems the same, it's not just padding, the code is fully broken with or without it.
same here
+1