AlreadyM / jscrollpane

Automatically exported from code.google.com/p/jscrollpane
0 stars 0 forks source link

Dissappearing Scroll Bar #229

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi there,

Would you be able to help with a small, very annoying issue I am having with 
one of my development websites. 

Url: http://sugarhut.janddmedia.com/guests-friends.php

When the page loads up 50% of the time the scroll bar does not load, but if you 
hit F5 the scroll bar appears. This happens on a few pages, but not all. 

I have read through similar issues on here, but all the solutions seem 
irrelevant to me i.e. CSS file above the Java. 

I would appreciate any help or suggestions you may have! 

Thanks

Dave

Original issue reported on code.google.com by hor...@gmail.com on 22 Sep 2010 at 4:45

GoogleCodeExporter commented 9 years ago
Hi,

I think the problem is because your scrollpane contains images and so needs to 
reinitialise after the images have loaded. You could try looking into 
reinitialiseOnImageLoad if you want to stick with jScrollPane 1. 

Alternatively you could look into jScrollPane 2:
http://jscrollpane.kelvinluck.com/

And if you have any problems then report it on http://www.stackoverflow.com 
(tagged with "jquery" and "jscrollpane" or on the jScrollPane google group:
http://groups.google.com/group/jscrollpane/

jScrollPane 1 is no longer supported and this issues system is now closed...

Original comment by kelvin.l...@gmail.com on 22 Sep 2010 at 7:28

GoogleCodeExporter commented 9 years ago
Thank you Kevin. 

JScrollPane 2 solved the problem! Sorry for wasting your time!

Dave

Original comment by hor...@gmail.com on 23 Sep 2010 at 10:36