Closed
Bug 1277
Opened 26 years ago
Closed 26 years ago
static background/border bleed over top of float background and border
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: dbaron, Assigned: buster)
References
()
Details
see http://www.w3.org/TR/REC-CSS2/visuren.html#floats - it explains the correct
behavior in detail. A block element should be behind a float (this is the bug
here), but an inline one, if positioned (and this needs to be done actively) so
that it is over top of the float, should be above it.
Reporter | ||
Comment 1•26 years ago
|
||
This problem also occurs with the non floating H2's on my homepage,
http://www.fas.harvard.edu/~dbaron/ . The page may be changed, though.
Reporter | ||
Comment 2•26 years ago
|
||
This was fixed by your checkin two (?) days ago.
Reporter | ||
Comment 3•26 years ago
|
||
Actually, it was only fixed in some cases. I am changing the URL from
http://www.webstandards.org/ie/box_vert.html (where it is now fixed) to
http://www.w3.org/Style/CSS/Test/current/sec5525c.htm because the problem still
occurs when the float started before the box level element. Then the inline
elements are on top, correctly, but the backgrounds do not stack correctly.
See the sixth test case in the above URL.
Reporter | ||
Updated•26 years ago
|
Priority: P2 → P1
Summary: padding and border bleed over top of floats → padding and border bleed over top of floats ; crashes viewer
Reporter | ||
Comment 4•26 years ago
|
||
Viewer (99-01-27) now crashes on the above URL. Raising priority to P1 and
changing title. Display issues need to be fixed after crash is fixed.
Reporter | ||
Comment 5•26 years ago
|
||
If this helps, I get the following GPF:
VIEWER caused an invalid page fault in
module RAPTORHTML.DLL at 014f:005c030f.
Registers:
EAX=00000001 CS=014f EIP=005c030f EFLGS=00010297
EBX=f74e232f SS=0157 ESP=0091b0b4 EBP=0091b0e4
ECX=0091b0cc DS=0157 ESI=0091b8b0 FS=1917
EDX=40000000 ES=0157 EDI=0091ba50 GS=0000
Bytes at CS:EIP:
8b 03 53 ff 50 38 8b 45 e8 80 78 02 01 75 07 8b
Stack dump:
00000007 0091b0cc 0091b8c8 0091b8b0 80000000 00000001 00000020 7800acf3
00000000 00000000 00000948 00000000 0091b11c 005c0154 00aa1360 0091b784
I fixed the crash; however the page still evidences some layout problems so I'm
leaving the bug open until I dig into it furthur.
Reporter | ||
Updated•26 years ago
|
Summary: padding and border bleed over top of floats ; crashes viewer → static background/border bleed over top of float background and border
Reporter | ||
Comment 8•26 years ago
|
||
Modified title from "padding and border bleed over top of floats ; crashes
viewer" to "static background/border bleed over top of float background and
border"
Also, another example of this problem is http://css.nu/exp/layer-ex3b.html .
Reporter | ||
Comment 9•26 years ago
|
||
This seems related to 1413.
Comment 10•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Comment 11•26 years ago
|
||
*** Bug 3496 has been marked as a duplicate of this bug. ***
Comment 12•26 years ago
|
||
Fixed. I updated the painting order so that floats paint properly
Updated•26 years ago
|
QA Contact: 4144 → 4110
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 13•26 years ago
|
||
Verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•