Closed Bug 727 Opened 26 years ago Closed 26 years ago

[p4x] table layout problems

Categories

(Core :: Layout: Tables, defect, P3)

x86
Windows 95
defect

Tracking

()

VERIFIED WONTFIX

People

(Reporter: chrisn, Assigned: karnaze)

References

()

Details

This bug occurs in the 9-2-98 build of NGLayout. If you look at the "search archive" and "older news" sections, you'll see that the older news section extends beyond the edge of the navigation bar. Both tables have exactly the same properties. Also, the <P> tags in the "older news" table do not render at all. If viewed in the 9-3-98 mozilla or Communicator 4.5, that table renders correctly - the text flows properly and the <P> tags render properly as well. That's all for now
Assignee: buster → kipp
I believe all table-specific bugs have been fixed for this page. The remaining problem is the <p> tags in the table cell content.
Status: NEW → ASSIGNED
Assignee: kipp → buster
Status: ASSIGNED → NEW
The test case seems to be gone :-( However, the page crashes with a current build (11/14) because the table code is casting a body frame into a table frame and then calling through a bad vtable slto...
Status: NEW → ASSIGNED
The test case had moved, it's now at http://www5.localweb.com/fingerstyle/mozillaZine/index2.html The problem originally reported has been fixed, but there are some layout problems on this page which may be table related.
Assignee: buster → karnaze
Severity: normal → major
Status: ASSIGNED → NEW
Summary: Two tables nested in the same <TD>, of the same dimensions, render differently → table layout problems
the second frame on this page no longer loads, and the top frame incorrectly has a scrollbar. looks like these are both HTML frame problems
Status: NEW → ASSIGNED
Setting all current Open Critical and Major to M3
per leger, assigning QA contacts to all open bugs without QA contacts according to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
viewer differs from Nav4.5 which is illustrated by the simple extraction below. I'm not sure how we should handle this compatibility issue. We are trying to honor the <TD WIDTH=190> but Nav4.5 appears not to be. <HTML> <BODY> <HR style="width:190px;"> <TABLE border=1 WIDTH=350> <TR> <TD COLSPAN="2"> MozillaZine.org Is Now Active!</TD></TR> <TR> <TD WIDTH="190">&nbsp;</TD> <TD BGCOLOR="FF9900"> Thursday September 17th, 1998></TD></TR> </TABLE></TD></TR> </BODY> </html>
Summary: table layout problems → [p4x] table layout problems
Severity: major → normal
Priority: P2 → P3
Target Milestone: M3 → M4
Regarding my last test case, IE5 renders it the way Gecko does (honoring the width on the table cell). I'm downgrading the priority and severity and moving it to M4. If we decide to support Nav4.5 comptibility for this it is going to be a bigger job than M3 can withstand.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Status: RESOLVED → VERIFIED
Verified WONTFIX regarding the table cell width issue.
You need to log in before you can comment on or make changes to this bug.