Closed
Bug 32451
Opened 25 years ago
Closed 22 years ago
wrong table layout
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: rb, Assigned: karnaze)
References
()
Details
(Keywords: testcase, Whiteboard: [awd:tbl])
Attachments
(3 files)
Hi!
Go to "http://www.fh-muenchen.de/home/ze/rz/services/projects/xcdroast/xcdr098/"
and on the left side there are some Buttons ("News", "Overview", ...).
Between these buttons there is some space which shouldn´t be there (=> she NS
4.7, IE, ...). => I think we have to blame the Table in which these buttons are?!
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
Confirming (kind-of) but this could be ascribed to pilot error.
Basically the pattern is :
<table width="100%" height="100%">
<tr><td>
<table height="100%">
<tr><td height="1">
xxx
</td></tr>
<tr><td height="1">
xxx
</td></tr>
</table>
</td><td width="100%" height="100%">
blah blah blah
</td>
</tr></table>
... so what should take priority: the request for the inner table to have
height=100% or the request to limit the heigth of the TD of the inner table
to be height=1. Arguable either way I suppose (unless there is some definitive
statement in HTML4, but I don't think so).
In the end, the author obviously doesn't want <table height=100%> for the inner
table, and the fix is trivial for the author to make. (You could mark this as
WONTFIX based on the contradictory constraints that the author has chosen).
Comment 3•25 years ago
|
||
spamming myself (and y'all)
Comment 5•25 years ago
|
||
If I interpret the spec correctly the height of the inner table should be 100%.
See http://www.w3.org/TR/REC-CSS2/tables.html#height-layout
IE5 and Mozilla (2000-03-27-18 on NT4) is correct. NS 4.72 is not.
Comment 6•25 years ago
|
||
Yeah, I would read that, on balance, as 'explicit table height overrides
explicit row height', but note that the spec then says what to do is
undefined.
Overall, I think the mozilla implementation (and ie5) is the right path.
However, I just noticed one tiny flaw in the layout of the attachment.
Basically, it looks like there is a small error in accounting for the
margin/cellspacing of the inner table -- the result is that the vertical
scrollbar is displayed. This should not happen when the only content on
a page is a nested table with 'height=100%' (by definition).
I'll attach another version of the previous attachment, that exaggerates a
few things, and makes the flaw a little clearer.
Comment 7•25 years ago
|
||
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → M17
Assignee | ||
Comment 9•25 years ago
|
||
This bug has been marked "future" because we have determined that it is not
critical for netscape 6.0. If you feel this is an error, or if it blocks your
work in some way -- please attach your concern to the bug for reconsideration.
Target Milestone: M18 → Future
Comment 10•25 years ago
|
||
Adding testcase keyword so this doesn't show up on the bugathon search page.
Keywords: testcase
Assignee | ||
Comment 12•23 years ago
|
||
Comment 13•23 years ago
|
||
Is this a dup of bug 32205 ?
Comment 14•23 years ago
|
||
WFM win98 2001-12-29
Comment 15•23 years ago
|
||
I still see problems when resizing the window vertically. For example, the inner
(blue) table in attachment 7069 [details] is not resized properly. I also get different
results depending on how fast I resize the window. (2002-01-01-03/trunk on Win98)
OS: Linux → All
Comment 16•22 years ago
|
||
wfm with 20020805 on win2k
Comment 17•22 years ago
|
||
attachment 46275 [details] is still significantly different between mozilla and IE5.5
(6?). Haven't really pondered which is 'correct' (involves height of 200%).
Anyways, still future.
Comment 18•22 years ago
|
||
I believe this is WFM win98 2002100416. I dont see what Mats is seeing. I
believe this is zoombie bug. I prefer the mozilla over the IE rendering of
attachment 46275 [details].
Comment 19•22 years ago
|
||
The resizing problem with attachment 7069 [details] observed in comment 15 now worksforme,
2002-11-30-05 Linux. The original URL is 404. I think the page has moved to
http://www.xcdroast.de/ which also WFM.
Comment 20•22 years ago
|
||
wfm win98 2003011208
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•