KingSora / KingSora.github.io

3 stars 4 forks source link

IE8 not work! #5

Closed wuyuweixin closed 5 years ago

wuyuweixin commented 5 years ago

The scrollbar not change with IE8.

KingSora commented 5 years ago

I'll fix this in the next version, thanks! Meanwhile you can use v1.7.1, it works in IE8.

wuyuweixin commented 5 years ago

IE8 not support rgba. G Y`8WF~@04{}9S)T{W UOG

KingSora commented 5 years ago

The RGBA thing was patched in v1.4.x (or so), you have to adjust it by yourself... the textarea issue isn't happening on my end, can you please upload your example so I can test it? Thanks!

wuyuweixin commented 5 years ago

https://github.com/wuyuweixin/custom-scrollbar

wuyuweixin commented 5 years ago

@KingSora thank you for your time spent on this issue.

KingSora commented 5 years ago

@wuyuweixin no problem, please try to load only one non-minified version: either the jQuery version OR the vanilla version but not both. I think this is causing some trouble in IE8.

Currently you load them like:

<script src="js/jquery.overlayScrollbars.min.js"></script>
<script src="js/OverlayScrollbars.min.js"></script>

Change it to:

<!--<script src="js/jquery.overlayScrollbars.min.js"></script>-->
<script src="js/OverlayScrollbars.js"></script>
wuyuweixin commented 5 years ago

Thank you very much !

KingSora commented 5 years ago

@wuyuweixin The IE8 bug was fixed in v1.7.3.