majd83 / jquery-nicescroll

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

I found a bug #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
here is a bug:
HTML
<div id="parent">
  <div id="sonOne"></div>
  <div id="sonTwo"></div>
</div>

script:

dom ready:

$("#parent, #sonOne, #sonTwo").niceScroll()

------------------------------Problum is --------------
when the parent has niceScroll,
 ths son's niceScroll 's position will wrong。

Original issue reported on code.google.com by JayChens...@gmail.com on 23 Jul 2013 at 2:39