Closed GoogleCodeExporter closed 8 years ago
Same here on Windows, Chrome 19
Original comment by leonhu...@gmail.com
on 6 Jun 2012 at 2:38
Please test 2.9.2 version.
What browser do you use?
If problem persist, try recall "resize()" after content has added.
Original comment by inuya...@gmail.com
on 21 Jun 2012 at 10:41
Hi, How to call resize? If I resize my window my problem goes away so it's
along the right lines but I need to call that dunction through jquery.
I've tried:
$(window).trigger('resize');
$(window).resize();
nice.resize();
Original comment by rehit...@gmail.com
on 30 Jun 2012 at 6:16
I worked out the resize function.
$("#md_mv_left").getNiceScroll().resize();
But I also noticed a lot of extra ascrail divs building up so I removed them
with the following:
$('div[id^="ascrail"]').remove();
nice = $("#md_mv_left").niceScroll({cursorcolor:"#CCC"});
Which seemed to fix it :)
Original comment by rehit...@gmail.com
on 30 Jun 2012 at 7:22
Original comment by inuya...@gmail.com
on 3 Jul 2012 at 7:42
Original issue reported on code.google.com by
anurupra...@gmail.com
on 17 May 2012 at 3:02