Closed
Bug 293521
Opened 20 years ago
Closed 20 years ago
Wrong layering (paint order?) of <div>s?
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 191830
People
(Reporter: Biesinger, Unassigned)
References
()
Details
See http://biesi.damowmow.com/acid2/min.html - a somewhat minimized testcase of
a part of the acid2 test (could use more minimizing)
The comments in the source claim that the float is supposed to be rendered below
the <img>.
Thus, the right (black) border of the image should cover the red border of the
#eyes-b div. Additionally, the eyes shouldn't look "blurred" (it's the
background image of the #eyes-b div that causes this).
http://www.w3.org/TR/CSS21/visuren.html#z-index seems to confirm the comments in
the testcase.
seen on current trunk cvs on both windows and linux (gtk2), seamonkey.
Reporter | ||
Comment 1•20 years ago
|
||
hm, is this what bug 289480 comment 17 refers to, and thus a duplicate?
(re that comment, I am working on not creating an object frame for image content
of <object>, and thus the objectframe part of that comment is probably not
needed to fix acid2)
Summary: Wrong layering of <div>s? → Wrong layering (paint order?) of <div>s?
There are already two bugs in bug 289480's dependency tree on paint order: bug
191830 and bug 290290. Is this just a duplicate of one of those?
Reporter | ||
Comment 3•20 years ago
|
||
dbaron: It can't be a duplicate of bug 290290, since there is no object frame
involved here. it could be bug 191830. But setting an opacity doesn't seem to
help (http://biesi.damowmow.com/acid2/min2.html), so I don't think it's a duplicate?
It wouldn't help, since it's testing backwards order layering using
block/inline. Removing the 'fixed'-ness of the background is what should help.
*** This bug has been marked as a duplicate of 191830 ***
No longer blocks: acid2
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 5•20 years ago
|
||
ok, thanks. that does help - http://biesi.damowmow.com/acid2/min3.html
vrfy.
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 6•20 years ago
|
||
(also http://biesi.damowmow.com/acid2/min4.html without any fixed bgs)
You need to log in
before you can comment on or make changes to this bug.
Description
•