Bug Tracker

Ticket #1415 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

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

Reported by: arrix Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.2 Component: core
Version: 1.1.3 Keywords:
Cc: Needs: Review

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

Change History

Changed 1 year ago by arrix

A related ticket has been created here #1629

Changed 1 year ago by brandon

  • milestone changed from 1.1.4 to 1.2.2

Changed 1 year ago by DanSwitzer2

Also related to issue #1843

Changed 1 year ago by brandon

  • status changed from new to closed
  • resolution set to fixed

Fixed in Rev [4100].

Note: See TracTickets for help on using tickets.