ryrych / rcarousel

yet another jQuery UI carousel
http://ryrych.github.com/rcarousel/
172 stars 48 forks source link

It wasn't going to the next page. #39

Closed hubbiz closed 12 years ago

hubbiz commented 12 years ago

For some reason the children().first() was returning [] and it would not go to the next page. Now seems to be working with this 'fix'.

ryrych commented 12 years ago

Could you provide me with the affected carousel example? You are the first to report such a problem.

hubbiz commented 12 years ago

Sure. I have it working with change at http://www.dihitt.com.br. It wasn't removing the first element and it was jumping the same page back, after sliding.

ryrych commented 12 years ago

Thanks. But could you please give me an example of this without a fix applied and on a separate page so that I could focus on the problem?

BTW. nice example of rcarousel! Is the page The Brazilian digg? :)

hubbiz commented 12 years ago

Without the fix at http://www.dihitt.com.br/?test_rcarousel=true

At first I thought was a problem with the elements, some float or position that was wrong. But after a few hours of head knocking, I found a way to fix. Maybe it's a jquery bug (or behavior).

Thanks. I think we can say that Dihitt is The Brazilian digg :).

ryrych commented 12 years ago

Thanks again. I’ll take a closer look at it on Friday and try to reproduce it.

ryrych commented 12 years ago

Hi,

can’t reproduce it with latest stable version of rcarousel: http://ryrych.pl/null/digg/digg.html

It may have been some conflict between jQuery versions. But please, take a closer look at the code.