Closed Bug 2273 Opened 26 years ago Closed 26 years ago

Background image does not display

Categories

(Core :: DOM: HTML Parser, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: michael.j.lowe, Assigned: vidur)

References

()

Details

The background image is not being picked up from the <BODY> tag.
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
I think this is working; please retry.
Status: RESOLVED → REOPENED
Was working for a while, but broken again by subsequent checkin.
Status: REOPENED → ASSIGNED
Resolution: FIXED → ---
Assignee: rickg → vidur
Status: ASSIGNED → NEW
The parsing problems are gone, but we see odd behavior with the script tag present. If there, the body background on the left edge stays white instead of blue. Vidur, could this be related to the flush problem? Here's the min case: <HTML> <HEAD><TITLE>ABC News - Latest Bulletin</TITLE> <script language="JavaScript"></script> </HEAD> <BODY link="#0000ff" bgcolor="#ffffff" background="margin.gif" onLoad="initialise();"> <table width="580" cellpadding="1" cellspacing="1" border="0"> <tr> <td rowspan="3" align="left" valign="bottom" width="85"> <a href="/news/default.htm" target="_top">text</a> </td> </tr> <tr> <td valign=top>text</td> </TR> </TABLE> </BODY> </HTML>
Setting all current Open/Normal to M4.
per leger, assigning QA contacts to all open bugs without QA contacts according to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Status: NEW → RESOLVED
Closed: 26 years ago26 years ago
Resolution: --- → FIXED
Seems to be fixed
QA Contact: 3847 → 4141
Attempting to steal gem's HTMLParser bugs all at once. Changing QAContact to janc.
Status: RESOLVED → VERIFIED
build 1999-06-02-08-M7 Verified fixt.
You need to log in before you can comment on or make changes to this bug.