Closed
Bug 727
Opened 26 years ago
Closed 26 years ago
[p4x] table layout problems
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
WONTFIX
M4
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
I believe all table-specific bugs have been fixed for this page. The remaining
problem is the <p> tags in the table cell content.
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...
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
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 6•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 7•26 years ago
|
||
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"> </TD>
<TD BGCOLOR="FF9900">
Thursday September 17th, 1998></TD></TR>
</TABLE></TD></TR>
</BODY>
</html>
Updated•26 years ago
|
Summary: table layout problems → [p4x] table layout problems
Assignee | ||
Updated•26 years ago
|
Severity: major → normal
Priority: P2 → P3
Target Milestone: M3 → M4
Assignee | ||
Comment 8•26 years ago
|
||
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.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 9•26 years ago
|
||
Verified WONTFIX regarding the table cell width issue.
You need to log in
before you can comment on or make changes to this bug.
Description
•