AlreadyM / jscrollpane

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

jScrollPane not working in lightbox clone #201

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Clicking on the lighbox link opens a lightbox with normal scrollbars
2.
3.

What is the expected output? What do you see instead?
The scrollbars should match the fixed div on the example page

What version of the jScrollPane are you using? On what browser? And operating 
system?
jScrollPane 1.2.3
All browser
Both platform

Please provide a URL to a page displaying the problem.
http://malbadesign.co.uk/dmatest/test2.php

Please provide any additional information below.
The link is the image of the cake on the right hand side, in the tree. 
jScrollPane is working on the div example (far left) but not been applied to 
the new lightbox window.

I am currently using this code on the lightbox div:

data-fb-options="afterFBLoaded:`$('#fbContentWrapper').jScrollPane({scrollbarWid
th:10, scrollbarMargin:10});` width:386 height:460 scrolling:auto"

Original issue reported on code.google.com by stevenjo...@gmail.com on 14 Jun 2010 at 9:42

GoogleCodeExporter commented 9 years ago
I've managed to completely remove the scroll bars now - again thanks to the 
Floatbox writer suggesting this...

data-fb-options="afterItemStart:`$('#fbContent, 
#fbContentWrapper').jScrollPane({scrollbarWidth:10, scrollbarMargin:10});`

http://malbadesign.co.uk/dmatest/test3.php

So I know something's happening... could it be a conflict between Floatbox and 
jScrollPane?

Original comment by stevenjo...@gmail.com on 14 Jun 2010 at 9:51

GoogleCodeExporter commented 9 years ago
Ok. So the jScrollPaneContainer class is working. But the jScrollPaneTrack and 
jScrollPaneTrack classes aren't being called for some reason?

Original comment by stevenjo...@gmail.com on 14 Jun 2010 at 10:22

GoogleCodeExporter commented 9 years ago
Hi,

The google group where you also posted about this is the correct place for 
support requests. This is the issues list which is for reporting bugs and 
feature requests...

Cheers,

Kelvin

Original comment by kelvin.l...@gmail.com on 15 Jun 2010 at 7:38