Closed GoogleCodeExporter closed 8 years ago
What steps will reproduce the problem?
1. thumbnails set to multiple columns or rows (3+) via css.
2.
3.
What is the expected output? What do you see instead?
thumb list should scroll
thumb list doesn't scroll
Please use labels and text to provide additional information.
I have tested this thoroughly and the results are always the same.
This issue is the same with vertical and horizontal thumb lists.
here is some sample css code:
with 70px thumbs and 5px margin on the li, plus 5px padding on the li a
total thumb is 90px. The following would make a 3 column thumb group.
.slideshow-thumbnails {
height: 360px;
right: auto;
left: -360px;
top: 0;
width: 270px;
}
.slideshow-thumbnails ul {
height: 1200px;
width: 270px;
}
Original comment by daiv.mow...@gmail.com
on 27 Jun 2009 at 5:02
The multi column thumbs do work.
you need to be smart about the sizes as mentioned in this thread
http://groups.google.com/group/mootools-slideshow/t/2baecac1354b4646 and
discovered
by Maia.
Original comment by daiv.mow...@gmail.com
on 29 Jun 2009 at 11:19
Why is this invalid? It still seems like a bug with the thumbnail's scroll
function.
Original comment by gregory....@gmail.com
on 29 Jun 2009 at 12:21
Hello Greg,
It is not a bug, the multiple column/row does work.
see Maia's solution. Although there are nuances, and limitations.
Original comment by daiv.mow...@gmail.com
on 29 Jun 2009 at 12:27
It looks like this will be fixed in the next release (release > r147).
reference:
http://groups.google.com/group/mootools-slideshow/msg/8faefb03640d306b
Original comment by gregory....@gmail.com
on 29 Jun 2009 at 4:54
Original issue reported on code.google.com by
gregory....@gmail.com
on 27 Jun 2009 at 2:15