Closed Bug 96079 Opened 24 years ago Closed 24 years ago

Page www.mybc.com no longer rendered correctly

Categories

(Core :: DOM: HTML Parser, defect)

x86
Windows 98
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 66772
mozilla0.9.5

People

(Reporter: dan, Assigned: harishd)

References

()

Details

(Keywords: topembed)

Attachments

(2 files)

From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.3+) Gecko/20010817 BuildID: 2001081703 Up until Aug. 15, www.mybc.com rendered correctly in Mozilla. Now it does not. Instead of having everything aligned in columns like it used to be, and continues to be with other browsers I tried, (IE, Ns4), the sections all fall below eachother. Reproducible: Always
I can confirm the reported bad layout. Mozilla 2001081703 vs. IE 5.50 both on Windows 95.
another: http://www.stavanger-aftenblad.no/ observe strangely deserted white sides, then scroll down and you see the content that used to fill it.
I also see this regression at www.mybc.com with linux build 2001082208 on Redhat 7.1
Same problem happens on http://www.planet-source-code.com (build 2001081703)
This looks really bad (using m0.9.2 branch). Can someone please develop a reduced test case.
Keywords: qawanted
Status: UNCONFIRMED → NEW
Ever confirmed: true
Target Milestone: --- → mozilla0.9.5
studying http://www.stavanger-aftenblad.no/ i realized some stuff on page has changed. Seems they revamped it and possibly introduced layers, called from a css CLASS tag.
Ok, after going throught all the nested tables, I think I found the problem: Font tag in improperly closed. Here's a sample of the code I commented <!-- Font tag started outside of table --> <font size=2 face=verdana> <!-- Third table in a TD --> <table width="176" cellpadding="2" cellspacing="0" border="3"> <tr><td> Font closed improperly in this nested table <!-- closed inside of table --> </font> </td></tr> </table>
Attached file Reduced test case
If you place the end font tag outside of table element, it renders page fine.
The content model is incorrect. ->parser/harishd.
Assignee: karnaze → harishd
Component: Layout → Parser
Keywords: qawantedtopembed
In the latest trunk (2001-08-24-03), the problem has been resolved. Based on that, I'm marking a duplicate of 66772.
*** This bug has been marked as a duplicate of 66772 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: