Closed
Bug 2273
Opened 26 years ago
Closed 26 years ago
Background image does not display
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: michael.j.lowe, Assigned: vidur)
References
()
Details
The background image is not being picked up from the <BODY> tag.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 2•26 years ago
|
||
Was working for a while, but broken again by subsequent checkin.
Reporter | ||
Updated•26 years ago
|
Resolution: FIXED → ---
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>
Comment 5•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
Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 6•26 years ago
|
||
Seems to be fixed
Updated•25 years ago
|
QA Contact: 3847 → 4141
Comment 7•25 years ago
|
||
Attempting to steal gem's HTMLParser bugs all at once. Changing QAContact to
janc.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•25 years ago
|
||
build 1999-06-02-08-M7
Verified fixt.
You need to log in
before you can comment on or make changes to this bug.
Description
•