Closed
Bug 183380
Opened 23 years ago
Closed 23 years ago
positioned <object>'s backgrounds get painted over contents
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 180502
People
(Reporter: ian, Assigned: roc)
References
()
Details
(Keywords: testcase, Whiteboard: [Hixie-P2])
See http://www.hixie.ch/tests/adhoc/html/object/003.html
An <object> element with position:absolute and a non-transparent background
renders its background on top of the contents of the <object>.
Also occurs for:
position: relative http://www.hixie.ch/tests/adhoc/html/object/004.html
-moz-opacity: 0.5 http://www.hixie.ch/tests/adhoc/html/object/005.html
Doesn't occur for:
overflow: hidden http://www.hixie.ch/tests/adhoc/html/object/006.html
overflow: scroll http://www.hixie.ch/tests/adhoc/html/object/007.html
Assigning to views since bz and dbaron seemed to think it was a views ordering
problem. Seems likely.
This made me think of bug 182874, although it's a somewhat random connection.
| Reporter | ||
Comment 2•23 years ago
|
||
This was originally spotted on http://www.tantek.com/log/2002/12.html, but that
page has since been changed to not explicitly set a background on the <object>
element in question.
Keywords: testcase
Whiteboard: [Hixie-P2]
| Reporter | ||
Updated•23 years ago
|
Summary: positoned <object>'s backgrounds get painted over contents → positioned <object>'s backgrounds get painted over contents
| Assignee | ||
Comment 3•23 years ago
|
||
This bug is fixed by my patch in bug 180502.
*** This bug has been marked as a duplicate of 180502 ***
Status: NEW → RESOLVED
Closed: 23 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
•