Closed GoogleCodeExporter closed 9 years ago
I'm sorry for the crappy html code :-/
Original comment by benoit.k...@gmail.com
on 22 Apr 2010 at 9:42
Hi,
I think the problem is because you have the following on your #pane1 div style:
height: auto; width: 631px; padding-right: 20px; position: absolute; overflow-x:
visible; overflow-y: visible;
You shouldn't have all of this stuff, it is added dynamically by jScrollPane
itself.
Try doing it so that #pane1 doesn't have position:absolute and so that it has
overflow:auto.
Your change to the code won't work as it will misbehave when there is more than
one
jScrollPane on a page...
Hope it helps,
Kelvin :)
p.s. In general it is much easier for me to debug with a URL to your page than
it is
to download a zip file etc...
Original comment by kelvin.l...@gmail.com
on 23 Apr 2010 at 7:19
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:19
I had similar issue with Webkit. Just declared the css higher in the stack than
the js. Fixed it right away.
Original comment by jmgala...@gmail.com
on 18 Aug 2010 at 12:18
Original issue reported on code.google.com by
benoit.k...@gmail.com
on 22 Apr 2010 at 9:34Attachments: