Closed Bug 183380 Opened 22 years ago Closed 22 years ago

positioned <object>'s backgrounds get painted over contents

Categories

(Core :: Web Painting, defect)

x86
Windows 2000
defect
Not set
normal

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.
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]
Summary: positoned <object>'s backgrounds get painted over contents → positioned <object>'s backgrounds get painted over contents
This bug is fixed by my patch in bug 180502.

*** This bug has been marked as a duplicate of 180502 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Component: Layout: View Rendering → Layout: Web Painting
You need to log in before you can comment on or make changes to this bug.