jeffreyhi1 / jscrollpane

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

Scrollpane is visible only after a reload of the page #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open the url, you see no scrollbar
2. hit f5 to reload the page
3. then you see the bar

What is the expected output? What do you see instead?
The scrollbar ist not visible until you reload the page

What version of the jScrollPane are you using? On what browser? And 
operating system?
using version from homepage (demo-1.2.3.zip) with the jquery-1.3.2.min.js 
appears on firefox, opera, ie
using vista 64bit

Please provide a URL to a page displaying the problem.
http://www.kab-media.com/Homepage/Web/Webpakete/Vorlagen/kab-media-
Vorlagen.html

Please provide any additional information below.
On this page, I use lightbox 2 and your scrollbar. When testing the page 
on my computer, everything is fine.
As soon as the site is on the web, you need to make a reload to see the 
scrollpage

Original issue reported on code.google.com by argast.t...@googlemail.com on 19 Aug 2009 at 6:28

GoogleCodeExporter commented 9 years ago
Hi,

The copy of jScrollPane in the zip is pretty old. Please try with the latest 
from svn
or from my site:

http://www.kelvinluck.com/assets/jquery/jScrollPane/scripts/jScrollPane.js

Also, make sure you include all of the CSS before the JS...

Hope that helps,

Kelvin :)

Original comment by kelvin.l...@gmail.com on 19 Aug 2009 at 6:41

GoogleCodeExporter commented 9 years ago
Hi Kelvin,

I have updated the jd file and put the corresponding css for the scrollpane 
before 
the js scripts, but it still does not work

Original comment by argast.t...@googlemail.com on 19 Aug 2009 at 7:12

GoogleCodeExporter commented 9 years ago
What I forgot to say :-)

The problem would not be so bad if I could reload the page for one time after a 
second.
That would solve it, too.
I just don't know how I can reload the page for one time after a second.

Original comment by argast.t...@googlemail.com on 19 Aug 2009 at 7:38

GoogleCodeExporter commented 9 years ago
Ok, I solved the problem. I have copied the site and made a redirection from 
the one 
to the othter. That works.
But do you have a clue, why I need to refresh the page first?

Original comment by argast.t...@googlemail.com on 20 Aug 2009 at 2:58

GoogleCodeExporter commented 9 years ago
I experienced the same problem but I found out that the advice of Kelvin to 
include
all CSS befor JS solves the problem. (so put your own css-files and also the
scrollpane.css befor loading the js files).
No redirect of refresh is necessary.

Original comment by i...@arine.nl on 1 Dec 2009 at 1:11

GoogleCodeExporter commented 9 years ago
I have just announced the beta of a completely rewritten version of jScrollPane:

http://groups.google.com/group/jscrollpane/browse_thread/thread/c1bc1bf63e3f80d8

Please test and reply on the list if you are still having this issue,

Thanks,

Kelvin

Original comment by kelvin.l...@gmail.com on 17 Aug 2010 at 4:09