Closed
Bug 6948
Opened 26 years ago
Closed 26 years ago
{css1} page bgcolor drawing problem with "empty" pages
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: hyp-x, Assigned: buster)
Details
(Keywords: css1)
If the document is empty, the background color is only drawn to the left margin.
Expected: The whole window should be filled with the background color.
This bug was not yet present in M5, but it's there in 1999051309 and 1999052208
The second example shows a document which is not (or should not be) empty,
but behaves like the empty one. This is likely to be related to the bug #6947
---
<html>
<body bgcolor=red>
</body>
</html>
---
<html>
<body bgcolor=red>
<table border=3 align=left>
<tr><td>foo</td>
</table>
</body>
</html>
This is legit: when there's not content (other than \n) we don't appear to size
our frames correctly.
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Summary: page bgcolor drawing problem with "empty" pages → {css1} page bgcolor drawing problem with "empty" pages
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Agreed. This is a dupilcate of 6630.
Comment 4•25 years ago
|
||
Migrating from {css1} to css1 keyword. The {css1}, {css2}, {css3} and {css-moz}
radars should now be considered deprecated in favour of keywords.
I am *really* sorry about the spam...
You need to log in
before you can comment on or make changes to this bug.
Description
•