Skip to main content

Search and Top Navigation

#8328 closed bug (duplicate)

Opened May 16, 2012 04:12PM UTC

Closed May 16, 2012 04:38PM UTC

Last modified May 16, 2012 04:38PM UTC

Explode Animation Bug

Reported by: EdMan196 Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.effects.* (individual effect) Version: 1.8.20
Keywords: Cc:
Blocked by: Blocking:
Description

If you run multiple explode effects on a page at once, but delay between them, the later effects are cut short or don't show at all. I think the reason is the following line removes all explode animation cells rather than just the ones relating to the particular object's animation. See jquery.effects.explode.js line 70:

$('div.ui-effects-explode').remove();

This is an easy fix I think, it just needs the code that builds the cells to add them to an array or similar to keep track of them.

Ed

Attachments (0)
Change History (2)

Changed May 16, 2012 04:38PM UTC by scottgonzalez comment:1

component: ui.coreeffects.* (individual effect)
resolution: → duplicate
status: newclosed

Changed May 16, 2012 04:38PM UTC by scottgonzalez comment:2

Duplicate of #6022.