google-code-export / nyromodal

Automatically exported from code.google.com/p/nyromodal
1 stars 1 forks source link

Compatibility issue when using nyroModal along with jQuery Tools Scrollable plugin #548

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have to open modal photo gallery via clicking on scrollable thumbnails. Since 
the scrollable clones its siblings, the modal gallery will display images 
twice. Is there a way to fix this problem?

What steps will reproduce the problem?
1. Set up jQuery Tools scrollable
2. Add class="nyroModal" and rel="gal" to anchors
3. Click on thumbnail, modal gallery opens and images are doubled (had 6 links 
in scrollable, nyroModal displays 12 images).

jQuery Tools Scrollable:
http://flowplayer.org/tools/scrollable/

Original issue reported on code.google.com by tteet...@gmail.com on 22 Nov 2010 at 4:10