malsup / cycle2

2nd gen cycling
899 stars 239 forks source link

Next/Previous button not updating pager and slideshow only on IE #783

Open zhua1989 opened 7 years ago

zhua1989 commented 7 years ago

HI I have a weird issue that I'm banging my head around. I have a twig template that is using Cycle2. I have a slideshow and a pager in the main content both with next/previous buttons and in my right rail I have another slideshow with a next/previous button. When any next/previous button is clicked all three slides (2 slideshows and pager) are supposed to slide to the next image. This is working fine on all browsers except IE. Any idea why?

My markup is below and I've stripped out some twig conditionals and logic to make it easier to read.

``` {# countdown nav is on top #} {% if docType == 'countdown' %}
{% endif %}