tycriss / prototype-carousel

Automatically exported from code.google.com/p/prototype-carousel
0 stars 0 forks source link

what am i doing wrong? #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. if you use the next/prev links in tab 2 the ones in tab 3 will only work
with the scrool weel (see posted links)

can anyone please help with this? is this a bug or i'm doing something wrong?

links:
online test page:
http://carneiro.kaosdesign.com.pt/carousel_test/

files in use for download
http://carneiro.kaosdesign.com.pt/carousel_test/carousel_test.7z

Original issue reported on code.google.com by quimk...@gmail.com on 16 Jun 2009 at 2:22

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I suppose that U use wheel:true for slide and tab, but script can't recognise 
if U
are scrolling for tab or slide, so scroll tab first.

If U use scroll in tab1, U switch to tab2, but if U use scroll in tab2 
(slide1), U
switch to tab2 (slide2), so if U want to switch to tab3, U must use TAB 3 
button.

One solution it's probably resize content of slide.
+------+------+------+
| tab1 | tab2 | tab3 |
+------+------+------+----------------------------------------+
| (u use this area to scroll "tab")                           |
| +---------------------------------------------------------+ |
| | SLIDE1                                                  | |
| | (u use this area to scroll "slide")                     | |
| |                                                         | |
| +---------------------------------------------------------+ |
+-------------------------------------------------------------+

Original comment by daniele....@gmail.com on 21 Aug 2009 at 8:11