Closed
Bug 451816
Opened 16 years ago
Closed 16 years ago
Toggling overflow resets flash video
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
People
(Reporter: TNO, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
When a page contains a flash video and the document overflow is toggled, the video will reset. This has posed a puzzle with one of my applications that involve a lightbox with video configuration options
Reproducible: Always
Steps to Reproduce:
1. Navigate to the url above (Johnny Cash) or any other flash content site.
2. Execute the following in the address bar:
javascript:void(document.body.style.overflow = "hidden")
Toggle it back and forth between "hidden" and "auto" and you'll see the video reset.
Actual Results:
Flash content is reset
Expected Results:
Changing the overflow of a page should not cause Flash to reset
Possibly related to Bug 156547?
(In reply to comment #0)
> Possibly related to Bug 156547?
No, it's not. It's related to reconstructing frames, not reflow.
Component: General → Plug-ins
Product: Firefox → Core
QA Contact: general → plugins
Status: UNCONFIRMED → RESOLVED
Closed: 16 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
•