ziscloud / angular-slimscroll

angular directive for jquery slimscroll
MIT License
63 stars 31 forks source link

Double slimscrolls #15

Closed novitoll closed 9 years ago

novitoll commented 9 years ago

Hello, I'm getting double scroll bars on 1.1.0 version

image

I'm using the slimscroll directive which works fine and the extra bar is <div class="slimScrollBar"> and it seems it is the default wrapper element. Could you please advise if I need to upgrade to the latest version (1.1.3) or is there any idea? Thanks

novitoll commented 9 years ago

@ziscloud Following up

ziscloud commented 9 years ago

@Novitoll I never encounter this issue, could you please share your simple syntax to use this directive. Second, if you want to upgrade to the latest version, just downland it or change the version number in your bower.json and execute the bower update.

novitoll commented 9 years ago

@ziscloud Thanks, yes it seems I need to upgrade it. Could you please track also the version somewhere at the top of angular-slimscroll.js file, so consumers could define the version easily. Thanks!

novitoll commented 9 years ago

@ziscloud The reason has been found. It comes from the latest jquery.slimscroll.js version (1.3.6), and it works fine with its 1.3.3. Thanks!

jmaza commented 9 years ago

I also have this problem. Why doesn't angular-slimscroll use slimscroll.js version (1.3.3) then?

silentFred commented 9 years ago

+1

silentFred commented 9 years ago

I have the same issue with jquery-smilscroll 1.3.3

ziscloud commented 9 years ago

@silentFred, could you please provide a JSFiddle online example to demonstrate your issue?