Closed Bug 2483 Opened 26 years ago Closed 26 years ago

Missing background image, incorrectly placed text.

Categories

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

Other
Other
defect

Tracking

()

VERIFIED FIXED

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.
Assignee: troy → rickg
Component: Layout → Parser
Another case of HTML attributes on the BODY being lost. The other problem sounds parser related as well
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>
Apologies: forgot to specify -- nightly build Jan 15 99 Win 95 optimized.
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).
Status: NEW → ASSIGNED
The background is now working, but the text IS in the wrong place.
Setting all current Open/Normal to M4.
*** Bug 2733 has been marked as a duplicate of this bug. ***
*** Bug 3095 has been marked as a duplicate of this bug. ***
*** Bug 3115 has been marked as a duplicate of this bug. ***
Assignee: rickg → harishd
Status: ASSIGNED → NEW
Assigning the bug to myself and adding rickg to the CC list
per leger, assigning QA contacts to all open bugs without QA contacts according to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
The broken table stuff is a separate problem.
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.
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: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Marking the bug fixed
QA Contact: 3847 → 4141
Attempting to steal gem's HTMLParser bugs all at once. Changing QAContact to janc.
Status: RESOLVED → VERIFIED
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.