Closed wuyuweixin closed 5 years ago
I'll fix this in the next version, thanks! Meanwhile you can use v1.7.1
, it works in IE8.
IE8 not support rgba.
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!
@KingSora thank you for your time spent on this issue.
@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>
Thank you very much !
The scrollbar not change with IE8.