Only with Safari under windows 7 (64) I have problem with circular auto scrolling
- http://eu-center.n-europe.eu/ ("display a specified number of items" = 3 items )
Only with Safari under windows 7 (64) I have problem with circular auto scrolling
- http://eu-center.n-europe.eu/ ("display a specified number of items" = 3 items )
Comments
Comment #1
quicksketchI need a lot more information than, "there is a problem in Safari". Could you take a screenshot of the problem and describe what is actually happening? Can you reproduce this problem on jCarousel in a clean Drupal 7 install? Most problems with jCarousel are caused by the custom CSS in the site theme.
Comment #2
wauthor commentedScreenshots :
http://eu-center.n-europe.eu/temp/screenshot-1.png - 1-st slide
http://eu-center.n-europe.eu/temp/screenshot-2.png - blank slide after 3-d slide
skins/default - css :
http://eu-center.n-europe.eu/temp/jcarousel-default.css
There is only 3 item for this slideshow on page http://eu-center.n-europe.eu.
This effect I can see only under Safari Windows 7 Home Editon (64 bit).
But using FireFox, if I run FireBug and select slide area sometimes at once
or after shuting off FireBug after each slide blank slide follows.
With respect,
Yuriy.
Comment #3
tevih commentedI am having the same problem. 2nd slide disappears after being passed once.
It might also be related - in other browsers, the second slide disappears if I resize the browser window to smaller than the height of the slideshow and then advance slides. (See it here: http://prero.tevih.com/portfolio make your browser ~540px high)
Comment #4
tevih commentedI just checked out OP's likn above, and he's having the same issue even in other browsers when the browser window is resized to smaller than the height of the slideshow. Resize the browser to smaller than the height of the slideshow and then continue advancing through the slides - slides disappear.
This happens in even the latest version of Firefox.
I'm not sure what other information you'd like.
Comment #5
tevih commentedSimilar behavior was happening an old 6.x version: http://drupal.org/node/997180
Seems like it's a CSS issue (?) but I can't figure out what specifically needs to be done to fix it.
Comment #6
tevih commentedSo a little more firebugging shows me that the wrapper ul.jcarousel is getting a ridiculous "left: -3074" set on it when the browser window is resized.
Steps to reproduce:
1. load carousel
2. push next and/or previous a few times
3. resize the browser window to shorter than the height of the carousel
4. push next/previous
5. resize taller
6. disappearing slides
I have set the ul.jcarousel css to left: 0 in the style sheet, but it seems the script/module is overwriting that.
Comment #7
longwaveThis is a bug in the jCarousel library, there are several reports about circular mode not working at https://github.com/jsor/jcarousel/issues - and it looks like it will only be fixed in the 0.3 release.
Comment #8
tevih commentedThanks!! Disabling "circular" wrapping fixed it for me. I'm going to leave this open for the OP.