Shunyun Wong
Shunyun Wong
@garlong You can see the slimscroll wrapper in the DOM inspector, so I think the directive is executed, but the height of wrapper is not calculated correctly. Based on your...
Thanks for your feedback. It could be a great help to figure out the root cause, if you can provide more information about 'additional refresh'.
@agranig Thanks for your post, and I checked the source code of slimscroll, when you pass the scrollTo in the options, slimscroll jump to the content, and ignore the scroll...
You can use this directive: ``
@wkjesus and @brunomperes please check the latest read me file.
Hi @silentFred, could you please create a demo on http://jsfiddle.net/ to explain the problem?
thanks @emmanuelballery, I have fixed this issue.
thanks for you update, I found the this issut is caused by slimscroll itself. line 103 and 104: bar = me.closest('.' + o.barClass); rail = me.closest('.' + o.railClass); it can...
Hi @gvolkan, @Kaylors , could you please provide the version number of jquery you are using? As I know, slimscroll only works on the jquery 1.x version.