lauriemustafic / jquery-nicescroll

Automatically exported from code.google.com/p/jquery-nicescroll
0 stars 0 forks source link

Bug on Chrome #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. scroll down with mouse ( only by roll button - by keyboard is ok )

What is the expected output? What do you see instead?
at times the vertical scroll bar stop! I need to press F5 to return to normal 
and even then sometimes lock again.

What version of the product are you using? On what operating system?
Version 26.0.1410.64 m

Please provide any additional information below.
I tested and this problem does not happen in IE and not in Firefox. So it isn't 
an error in my code.

Original issue reported on code.google.com by Xandynho...@gmail.com on 4 May 2013 at 9:42

GoogleCodeExporter commented 8 years ago
I see now ... the bug ( only in Chrome ) happens when I add the following CSS 
code:

<style type="text/css">
html, body, .tudo {height: 100%;}

body > .tudo { height:auto; min-height: 100%; margin-bottom:-30px;}
</style>

This code is to keep the footer div at the bottom of the screen always (for 
large screens and the content is little).

Original comment by Xandynho...@gmail.com on 4 May 2013 at 9:51

GoogleCodeExporter commented 8 years ago
This is affecting one of our sites as well. It would be nice if we could get an 
update on the priority and/or ETA of this fix. If this continues, we will have 
to abandon nicescroll all together. 

Original comment by brett.br...@gmail.com on 10 Jun 2014 at 12:17