Closed
Bug 58402
Opened 24 years ago
Closed 23 years ago
Setting height="" on <TR> doesn't work.
Categories
(Core :: Layout: Tables, defect, P3)
Core
Layout: Tables
Tracking
()
RESOLVED
FIXED
mozilla0.9.6
People
(Reporter: dbaron, Assigned: karnaze)
References
Details
(Whiteboard: [awd:tbl] CANDIDATE_094)
DESCRIPTION: Bug 19661 covered issues with both width and height, and only the
width issues were fixed. I am therefore filing this bug to cover the height
issues in bug 19661. See bug 19661 for details.
Relevant testcases from that bug include:
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=5591
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=8817
Should be bug 19961
Not marked as a dup yet, and I fear that it will and the height problem will
get buried. It's being labelled as unimportant, yet this is only bug keeping
me up nights. It's definitely causing me some major problems.
The issue of Mozilla ignoring heights in tables only appears in standards
mode. See http://www.marketvibe.com for a test case. I'm just wondering if
developers are expected to use quirks mode to get around this?
Comment 4•24 years ago
|
||
I filed bug 59718, and someone pointed this bug to me. :-)
Anyway, I created a few test cases which should be interesting to people working
on this bug. The links are in the description of the duplicate bug above.
Comment 5•24 years ago
|
||
Adding myself to the CC list.
Perhaps I've missed something in the history of this bug, but according to
HTML4.01, there is no 'height' attribute for the TABLE element, only 'width'.
Testcase
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=5591
uses just such a height attribute on its TABLE.
There's no HEIGHT element for the TABLE tag, but there is one for the TD and TH
tag.
Comment 10•24 years ago
|
||
karnaze, what's the status on this bug?
Comment 11•23 years ago
|
||
Anything new about this bug?
Comment 12•23 years ago
|
||
*** Bug 95073 has been marked as a duplicate of this bug. ***
Comment 13•23 years ago
|
||
Changing description. Neither the testcases from bug 19661 nor 59718 are valid
HTML.
Summary: table cell not using specified height → [QUIRKS] Setting height="" on <TR> doesn't work.
Might be that the testcases need work, but this bug occurs in both quirks and
standards mode
Summary: [QUIRKS] Setting height="" on <TR> doesn't work. → Setting height="" on <TR> doesn't work.
Assignee | ||
Comment 15•23 years ago
|
||
Fixed by meta bug 97138.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla0.9.6
Assignee | ||
Updated•23 years ago
|
Whiteboard: [awd:tbl] → [awd:tbl] CANDIDATE_094
You need to log in
before you can comment on or make changes to this bug.
Description
•