Skip to main content

Bug Tracker

Side navigation

#1415 closed bug (fixed)

Opened July 21, 2007 04:32AM UTC

Closed December 11, 2007 04:46AM UTC

.css('width') or .css('height') resets flash movies

Reported by: arrix Owned by:
Priority: major Milestone: 1.2.2
Component: core Version: 1.1.3
Keywords: Cc:
Blocked by: Blocking:
Description

When an element is invisible, calling .css('height'/'width') sometimes resets flash movies in the parent element.

In jQuery.css(), near line 1432 and 1439, it changes the position style of the parent element, which causes flash movies to be reset (at least in firefox)

To observe the reset of flash movies caused by change of the "position" style, visit http://www.youtube.com/watch?v=pO5_3tqH09c and add style="position:relative" to body using firebug. You will see the video restart.

Attachments (0)
Change History (4)

Changed September 16, 2007 02:35PM UTC by arrix comment:1

A related ticket has been created here #1629

Changed September 27, 2007 03:34PM UTC by brandon comment:2

milestone: 1.1.41.2.2

Changed October 25, 2007 02:05AM UTC by DanSwitzer2 comment:3

Also related to issue #1843

Changed December 11, 2007 04:46AM UTC by brandon comment:4

resolution: → fixed
status: newclosed

Fixed in Rev [4100].