gauravasiawebnet / jquery-nicescroll

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

Suggestions for next verison #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I stumbled on this project and I like it alot. This isn't really an issue as 
much as a few nice to haves

- horizontal scrollbar version
- scroll to coordinates in container
- scroll to Dom element in container

Awesome work

Original issue reported on code.google.com by DanCiupu...@gmail.com on 19 Jan 2012 at 10:45

GoogleCodeExporter commented 8 years ago
Thanks for you suggestions.

Horz scrollbar is target for new major version 3. Some month ago, I publish a 
preview version. Look at issue list on github for the link and infos.

When nicescroll is active on a div, you can use standard approuch to scrolling 
content.
You can use jquery to scroll to a position:
$("html").scrollTo(50)

Original comment by inuya...@gmail.com on 21 Jun 2012 at 10:35

GoogleCodeExporter commented 8 years ago

Original comment by inuya...@gmail.com on 3 Jul 2012 at 7:40

GoogleCodeExporter commented 8 years ago
Follow on twitter developing of new version with horizontal support: 
https://twitter.com/nicescroll

Original comment by inuya...@gmail.com on 7 Jul 2012 at 3:01

GoogleCodeExporter commented 8 years ago
New 3.0.0 DEV 4 released. (horizontal support)

http://bit.ly/MAlvgW

Original comment by inuya...@gmail.com on 16 Jul 2012 at 8:42

GoogleCodeExporter commented 8 years ago

Original comment by inuya...@gmail.com on 30 Jul 2012 at 7:02

GoogleCodeExporter commented 8 years ago
I have a hard time dealing with the native scroll bar "scooting" my content 
over when a page is longer or shorter.  Your scroll bar is beautiful and fixes 
that for me.

The only issue I have come across is with AJAX content replacement...

:::for example - when I call new content to a div - that causes the div to 
become very long, then the scroll bar doesn't appear.  (which I assume is 
because it hasn't checked the height of the html again...)

Any thing that could help with that problem would be great.  Otherwise - THANKS 
!!!   great work.  

Original comment by derektho...@gmail.com on 5 Aug 2012 at 10:48

GoogleCodeExporter commented 8 years ago
After content is added by ajax call, you have to call nicescroll resize method:
$("your-div").getNiceScroll().resize()

Original comment by inuya...@gmail.com on 6 Aug 2012 at 9:43

GoogleCodeExporter commented 8 years ago
when i just want the vertical scroll,I set the horizrailenabled as false,but 
then it says mouseenter can't be set to null(line 1031).When i ;annotation the 
self.railh's bind event,it comes to that the scroll can't appear unless i 
resize the page.I think this is bug! Hope it to be fun,thanks!

Original comment by liyj...@gmail.com on 9 Aug 2012 at 12:26

GoogleCodeExporter commented 8 years ago
Fix released on last beta 2:
http://bit.ly/RIT6wm

Original comment by inuya...@gmail.com on 11 Aug 2012 at 8:19

GoogleCodeExporter commented 8 years ago
It would be nice if when you initialize the scrollbar you could pass a CSS 
class name as an option that would be assigned to the wrapper. Then, if each 
element within the scrollbar had it's own class, everything could be styled in 
stylesheets instead of inline as it is now.

Original comment by JustinCMoses on 30 Oct 2012 at 8:17

GoogleCodeExporter commented 8 years ago
v3 released

Original comment by inuya...@gmail.com on 17 Dec 2012 at 8:39