Closed
Bug 690525
Opened 14 years ago
Closed 14 years ago
Firefox reloads the swf object if the parent DOM element's CSS property is changed dynamically
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
People
(Reporter: jatinder.assi, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Steps to reproduce:
I develop lots of cool apps and rich media ad unit.
In javascript, I am trying to change the DOM elements CSS dynamically.
Actual results:
Changing any CSS property to any DOM element, repaints all the swf objects inside that DOM element.
Here is the jsFiddle test case link: http://jsfiddle.net/FrKyN/90/
Expected results:
Firefox should not reload all the swf's on any CSS change on its enclosing DOM element.
| Reporter | ||
Updated•14 years ago
|
Severity: normal → critical
Summary: Firefox reloads the swf object if the parent container's CSS property is changed dynamically → Firefox reloads the swf object if the parent DOM element's CSS property is changed dynamically
Updated•14 years ago
|
Component: General → Plug-ins
Product: Firefox → Core
QA Contact: general → plugins
Comment 1•14 years ago
|
||
> Changing any CSS property to any DOM element
This only happens for some CSS properties, actually... 'position' is one of the ones that trigger it.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•