Closed GoogleCodeExporter closed 9 years ago
This isn't the correct place to get support for jScrollPane any more.
There is information on better places here:
http://jscrollpane.kelvinluck.com/#support
As a quick hint, there is a workaround for this problem somewhere that I've
posted to jsfiddle.net which basically fakes things by forcing jScrollPane to
always appear (by giving a contained element a min-height equal to the height
of the current window) - you should be able to find it by searching the mailing
list/ stack overflow...
Original comment by kelvin.l...@gmail.com
on 1 Nov 2011 at 9:48
I fixed it.
After a lot of trying I managed to reserve the space which is taken in by the
jscrollpane.
I use two div's, one (the outer) called 'scrollpane_container', which is the
div jscrollpane loads on, and another (the inner, inside
'scrollpane_container') called 'scrollpane_content'.
scrollpane_container has a width of 1017,
scrollpane_content has a width of 1000, left-padding of 0px, right-padding of
17px.
This reserves space right of ur content for the scrollpane to appear.
It's a bit more elegant then just making a scrollbar appear when you don't need
it.
Original comment by ke...@c-tz.nl
on 1 Nov 2011 at 12:17
Original issue reported on code.google.com by
ke...@c-tz.nl
on 1 Nov 2011 at 3:16