gromo / jquery.scrollbar

jQuery CSS Customizable Scrollbar
GNU General Public License v2.0
756 stars 238 forks source link

archive project / search for maintainers #151

Open DanielRuf opened 6 years ago

DanielRuf commented 6 years ago

It seems there are many open issues and pull requests which can be solved.

Currently there are way too many custom scrollbar solutions on GitHub and no real collaboration between projects and everyone reinvents the same. Would be great to see a few great solutions instead of many with not enough support by the community.

gromo commented 6 years ago

Styling scrollbar is not trivial task, many solutions that works differently, have own advantages/disadvantages. I agree that better to have few solutions. Any suggestions?

DanielRuf commented 6 years ago

We should make a feature comparison between all current solutions / repos and see which features are missing and migrate them.

DanielRuf commented 6 years ago

https://github.com/Grsmto/simplebar/issues/138#issuecomment-364420346

Let's make frontend dev easier and things less complicated.

gromo commented 6 years ago

@DanielRuf in your link simplebar is different from this one: no horizontal scrollbar support, IE11+ vs IE7+ this one.

DanielRuf commented 6 years ago

@DanielRuf in your link simplebar is different from this one: no horizontal scrollbar support, IE11+ vs IE7+ this one.

That's why we should create a comparison table together and also compare the solution with perfect-scrollbar.

IE support is the smallest issue when it comes to ES6 and babel with browserlist (where you can also set IE7+) ;-)