jscroll icon indicating copy to clipboard operation
jscroll copied to clipboard

Chain loads everything

Open johniemj opened this issue 9 years ago • 5 comments

For some reason the plugin chain loads all content without scrolling. What might cause this behavior?

johniemj avatar Oct 20 '16 12:10 johniemj

I am having the same issue.Any help.

viksharma31 avatar Feb 07 '17 13:02 viksharma31

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?

machadoug avatar Feb 16 '17 22:02 machadoug

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.

imhfg0ar avatar Mar 28 '17 15:03 imhfg0ar

same here

wong2 avatar Jun 01 '17 16:06 wong2

+1

queirozfcom avatar Oct 27 '17 15:10 queirozfcom