Closed Bug 76775 Opened 23 years ago Closed 23 years ago

Color(bgcolor) is not painted in table which contains no marks.

Categories

(Core :: Layout: Tables, defect)

x86
Windows 98
defect
Not set
normal

Tracking

()

VERIFIED WONTFIX

People

(Reporter: mixer, Assigned: karnaze)

References

()

Details

Attachments

(1 file)

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.8.1+) Gecko/20010418
BuildID:    2001041804

There is a house logo on the right side of every message. Usually this logo is
painted on bgcolor. But if there is no home page at all(no house logo), this
color isn't painted.

Correct:
<td width="2%"   bgcolor="#4F517A"  align="center"><a
href="http://mixer.hotbox.ru" target="_blank"><img src="home.gif" width="12"
height="13" border="0" alt="http://mixer.hotbox.ru"></a>&nbsp;</td>

Incorrect:
<td width="2%"   bgcolor="#4F517A"  align="center"></td>


Reproducible: Always
This is a quirks mode feature to emulate old browser behavior. Empty cells are
not rendered at all (no border, no background).

However, this doesn't work in strict mode and with "empty-cells: show" either.
For the URL we do it correct, but not for the testcase I'm attaching.

Workaround: Put &nbsp; in the cell. If you do not want quirks mode, include the
URI of the DTD in the DOCTYPE, i.e.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 "http://www.w3.org/TR/html4/loose.dtd">

Confirming.
Status: UNCONFIRMED → NEW
Ever confirmed: true
In the testcase, both table cells are displayed in todays build (as they 
should).
The URL seems to be down.
Clarence: This was fixed about 2 days ago (by me :-) ), so perhaps you have to 
update your build.
Indeed. Works for me in strict mode, 2001-04-20-21, Win NT.
The original bug report is WONTFIX (emulate 4.x in quirks mode).
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
Verified
Status: RESOLVED → VERIFIED
*** Bug 93632 has been marked as a duplicate of this bug. ***
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: