Skip to main content

Bug Tracker

Side navigation

#1133 closed bug (invalid)

Opened April 19, 2007 01:32AM UTC

Closed July 21, 2007 03:03AM UTC

animate oncomplete resets flash movies

Reported by: thmvmnt Owned by:
Priority: major Milestone: 1.1.4
Component: effects Version: 1.1.3
Keywords: Cc:
Blocked by: Blocking:
Description

When I commented out:

y.overflow

The flash movies being animated(as page elements) do not reset. Otherwise, the animation of the box element completes and the flash restarts as if it is reloaded.

I imagine it has something to do with updating the screen rendering of the movies or something. Either way, this fix worked for me.

Attachments (0)
Change History (3)

Changed July 15, 2007 03:17PM UTC by john comment:1

description: When I commented out:\ y.overflow\ \ The flash movies being animated(as page elements) do not reset. Otherwise, the animation of the box element completes and the flash restarts as if it is reloaded.\ \ I imagine it has something to do with updating the screen rendering of the movies or something. Either way, this fix worked for me.When I commented out: \ y.overflow \ \ The flash movies being animated(as page elements) do not reset. Otherwise, the animation of the box element completes and the flash restarts as if it is reloaded. \ \ I imagine it has something to do with updating the screen rendering of the movies or something. Either way, this fix worked for me.
milestone: 1.1.31.1.4
resolution: → fixed
status: newclosed
version: 1.1.21.1.3

Issues with y.overflow were resolved in jQuery 1.1.3. In a worst case, you could just do a fadeIn, as opposed to a show, to reveal your flash animation (since fadeIn doesn't manipulate the overflow at all).

Changed July 21, 2007 03:03AM UTC by john comment:2

resolution: fixed
status: closedreopened

Changed July 21, 2007 03:03AM UTC by john comment:3

resolution: → invalid
status: reopenedclosed
type: enhancementbug