Closed
Bug 2483
Opened 26 years ago
Closed 26 years ago
Missing background image, incorrectly placed text.
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: rekle, Assigned: harishd)
References
()
Details
This page is really messed up.
1. The blue background image on the left side of the page is missing.
2. The paragraph starting "Download Informix Dynamic Server" is positioned to
the right of the "RedHat Linux 5.2 Now Available" image. It should be below it.
3.
Another case of HTML attributes on the BODY being lost. The other problem sounds
parser related as well
Comment 2•26 years ago
|
||
Here's a simple test case that duplicates the broken table. There are <P>
tags between the <TD> markup.
<html><head></head><body>
<table border="1" width="620">
<tr>
<td>
The Red Hat is where it's at ...
<table border="1">
<tr>
<!-- bad paragraph tag in between TD -->
<p>
<td>
Download Informix Dynamic Server ...
</td>
<!-- bad paragraph tag in between TD -->
<p>
<td>
Introducing the Red Hat Authorized ...
</td>
</tr>
</table>
</td>
</tr>
</table>
</body></html>
Comment 3•26 years ago
|
||
Apologies: forgot to specify -- nightly build Jan 15 99 Win 95 optimized.
Comment 4•26 years ago
|
||
There is also a stray </FONT> in the same place as one of the <P>. (I also
think that these have already been fixed, but the build (Jan 15) I have is
not showing the fix).
Assignee | ||
Comment 10•26 years ago
|
||
Assigning the bug to myself and adding rickg to the CC list
Comment 11•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
Assignee | ||
Comment 12•26 years ago
|
||
The broken table stuff is a separate problem.
Assignee | ||
Comment 13•26 years ago
|
||
I guess the URL has changed now. Anyway, the problem, before the URL was
updated, for not getting the background image was the effect of multiple bodies.
I have checked in code to handle multiple bodies.
Here is a small test case for verification.
<h1>hello
<html>
<head>
</head>
<body bgcolor="pink">
<P>there</P>
</body>
</html>
Test this on Apr 5th build and on any build before 5th. You will see the
difference.
Comment 14•26 years ago
|
||
Yeah, the Redhat pages have changed since I wrote up the test case for the
table problem that I wrote up above (1/18). I didn't see any problem with the
test case example using the Apr2 Win95 build, and I assume it is FIXED. So, if
the multi-body problem is also FIXED, then this bug is dead.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 15•26 years ago
|
||
Marking the bug fixed
Updated•26 years ago
|
QA Contact: 3847 → 4141
Comment 16•26 years ago
|
||
Attempting to steal gem's HTMLParser bugs all at once. Changing QAContact to
janc.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 17•26 years ago
|
||
Using 6/16 Apprunner and the small test case from 4/5 comments, verifying bug
fixed in regards to handling multiple bodies. Previously, pink background did
not show up.
You need to log in
before you can comment on or make changes to this bug.
Description
•