BipadTaranMahato / slideshow

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

Multiple Rows/Columns Breaks Thumbnail Autoscrolling #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Multiple rows/columns of thumbnails breaks the autoscrolling of the thumbnails. 

This is covered extensively with examples of working and non working examples 
in the group here:
http://bit.ly/13xIm6

Original issue reported on code.google.com by gregory....@gmail.com on 27 Jun 2009 at 2:15

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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