This seems to have crept back in. I have a simple view with the latest 6-3 dev similar to the one created in the mustardseed media screencast. For the pager I added a second image field using using a different imagecache preset (smaller) and I don't see any type of active state identifier when I watch the source scroll with firebug.

Attached are the views export, css, and js from the source.

I don't have time to look at this right this minute, but I figured I'd post it in case someone else stumbles across it.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jdanthinne’s picture

Same for me here, except that the first pager gets a "views_slideshow_active_pager_field_item" class but this doesn't change when slides change, and always stays on the first slide.
You can have a look here : http://www.synthese.be

redndahead’s picture

Status: Active » Fixed
FileSize
726 bytes

This patch was committed. It was a bad backport from 7.x

jdanthinne’s picture

Thanks.
Working fine.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

amjad1233’s picture

Hi Can anyone help me applying this patch ?

I have never applied any patches before but yes I am having the same issue.

The only difference is when I hover over one of the pager control it suddenly starts working.

Website : http://www.innernorthfoundation.org.au/

Please provide me any assitance you can.

It would be much appriciated.

Regards,
Amjad

Additional Info
============================================================
; $Id: views_slideshow_singleframe.info,v 1.1.2.1 2009/04/16 02:04:52 aaron Exp $
name = Views Slideshow: SingleFrame
description = Adds a Single Frame slideshow mode to Views Slideshows.
dependencies[] = views_slideshow
package = Views
core = 6.x

; Information added by drupal.org packaging script on 2010-07-21
version = "6.x-2.3"
core = "6.x"
project = "views_slideshow"
datestamp = "1279683019"

---------------------------------------------------------------------------------------------------------------
; $Id: views_slideshow.info,v 1.2.4.1 2010/02/23 22:35:07 psynaptic Exp $
name = Views Slideshow
description = Provides a View style that displays rows as a jQuery slideshow.
dependencies[] = views
package = Views
core = 6.x

; Information added by drupal.org packaging script on 2010-07-21
version = "6.x-2.3"
core = "6.x"
project = "views_slideshow"
datestamp = "1279683019"

--------------------------------------------------------------------------------------------------------------------
/*!
* jQuery Cycle Plugin (with Transition Definitions)
* Examples and documentation at: http://jquery.malsup.com/cycle/
* Copyright (c) 2007-2010 M. Alsup
* Version: 2.9999.5 (10-APR-2012)
* Dual licensed under the MIT and GPL licenses.
* http://jquery.malsup.com/license.html
* Requires: jQuery v1.3.2 or later
*/