Closed
Bug 226463
Opened 22 years ago
Closed 22 years ago
Flash objects are positioned on top of any position:absolute div tags.
Categories
(Core :: Web Painting, defect)
Tracking
()
People
(Reporter: kevinar18, Assigned: roc)
Details
Attachments
(1 file)
|
744 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031023 Firebird/0.7+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031023 Firebird/0.7+
Create a flash image using the <object> tag. Then create a position:absolute
div with a high z-index. No matter what, the flash image will always cover up
the position:absolute div.
Reproducible: Always
Steps to Reproduce:
Actual Results:
The flash image is over the div.
Expected Results:
The div should cover part of the flash image (because it has a higher z-index).
Testcase will follow.
Note: I didn't do a thorough search on duplicates, so I guess it's kind of good
that someone else will be confirming this or not. Also, I wasn't sure of the
exact component to put this under, so I settled on "Layout," where it can be
reassigned to the specific area later.
As for the "Major" Severity, if this truly is a bug, then this breaks a major
feature in the way div's work.
| Reporter | ||
Comment 1•22 years ago
|
||
.
Assignee: other → roc
Component: Layout → Layout: View Rendering
Whiteboard: DUPEME
Comment 3•22 years ago
|
||
>Note: I didn't do a thorough search on duplicates,
Please, do it whenever you want to file a bug.
This is just a problem in your code not using wmode.
(this bug could be better marked as invalid)
*** This bug has been marked as a duplicate of 93959 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•