Skip to main content

Bug Tracker

Side navigation

#2987 closed bug (invalid)

Opened June 05, 2008 11:53AM UTC

Closed October 12, 2009 11:17PM UTC

$ cycle plugin IE7 crash: dxtans.dll !!

Reported by: pipalia Owned by: malsup
Priority: major Milestone: 1.3
Component: plugin Version: 1.2.6
Keywords: cycle ie crash Cc:
Blocked by: Blocking:
Description

I have a portfolio page with multiple slideshows (there are four tabs and each tab displays a different slideshow). All is well in Mozilla, but after a couple of clicks to change the tabs in IE, it chrashes. I have tried placing the code in the body of HTML, but still get the same crash!! Would appreciate some help in this matter!

Here is my jQuery code:

HEAD code:

<SCRIPT type="text/javascript">

$(function() {

$('ul.pics').cycle({

fx: 'fade',

pause: 1

});

});

</SCRIPT>

BODY code:

$(function() {

// on load show tab1

$('div.gallery').hide();

$('#imgTab1').show();

$.each( [1,2,3,4], function(a, obj) {

$('#imgLink' + obj).click(function() {

$('div.gallery').hide();

$('#imgTab' + obj).show();

});

});

});

Attachments (2)
  • error.JPG (53.5 KB) - added by pipalia June 05, 2008 11:57AM UTC.
  • error.txt (49.0 KB) - added by pipalia June 05, 2008 11:57AM UTC.
Change History (3)

Changed June 06, 2008 01:11AM UTC by flesler comment:1

owner: → malsup

Changed June 06, 2008 11:52AM UTC by malsup comment:2

Unable to reproduce. Test page created here:

http://www.malsup.com/jquery/cycle/test/ticket-2987.html

Please provide a link to the page that is failing if possible.

Changed October 12, 2009 11:17PM UTC by dmethvin comment:3

resolution: → invalid
status: newclosed

This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .