Closed
Bug 433744
Opened 17 years ago
Closed 4 years ago
Flash overlaps div position:fixed
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
INVALID
People
(Reporter: roosmaa, Unassigned)
References
Details
Attachments
(1 file)
1.42 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9pre) Gecko/2008051423 Minefield/3.0pre
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9pre) Gecko/2008051423 Minefield/3.0pre
In FF3, the flash rendering has been broken somehow, it no longer respects div's positioned as fixed. In FF2 everything works fine.
I'll attach a simple html page demonstrating the flaw. In FF3 flash overlaps the red bars at the top and bottom of the page.
Reproducible: Always
Steps to Reproduce:
1. Browse to a page using Flash and html elements using position:fixed.
Actual Results:
Flash overlaps the html element using position:fixed
Expected Results:
Html element should be rendered on top of flash.
I've tested this on multiple distributions and 2 computers, and it is still present in the CVS version. I haven't tested on Windows though.
Reporter | ||
Comment 1•17 years ago
|
||
Comment 2•17 years ago
|
||
confirmed using:
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9pre) Gecko/2008051506 Minefield/3.0pre
Suggest change OS-->All
BTW only the one w/o wmode overlaps the div the rest are fine.
Comment 3•17 years ago
|
||
Regression window is: http://bonsai.mozilla.org/cvsquery.cgi?module=PhoenixTinderbox&date=explicit&mindate=2006-01-25+16%3A00&maxdate=2006-01-26+10%3A00
so probably caused by bug 317375.
Blocks: 317375
Status: UNCONFIRMED → NEW
Component: General → Layout
Ever confirmed: true
OS: Linux → All
Product: Firefox → Core
QA Contact: general → layout
Hardware: PC → All
Version: unspecified → Trunk
This is just because position:fixed doesn't have a widget anymore. position:absolute always had this issue.
Comment 5•17 years ago
|
||
See also bug 202628.
Comment 6•4 years ago
|
||
We're in the process of removing support for plugins (bug 1677160) and bug 1687239 has removed the relevant Layout code, so this bug is irrelevant now.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•