Closed
Bug 87982
Opened 23 years ago
Closed 21 years ago
tables don't respect small line-height
Categories
(Core :: Layout: Tables, defect, P4)
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: dbaron, Unassigned)
References
Details
(Keywords: testcase, Whiteboard: [awd:tbl])
Attachments
(1 file)
(deleted),
text/html
|
Details |
Tables don't currently respect small line-heights. In other words, table cells
resize themselves to accomodate overflow of inline contents outside their
line. I don't think they should care about such overflow, since it doesn't
increase the size of the block formatting context that the table cell contains
(sorry, this is a concept that's not (yet) in any spec, just in my head...).
To reproduce:
* load test case
Actual results:
* text overflows table cell on top but not on the bottom
Expected results:
* text should overflow equally on both sides
Tested on:
* my own win2k build
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 2•23 years ago
|
||
FWIW, I ran into this while investigating bug 78066, which would probably be
fixed by fixing this.
Updated•23 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P4
Target Milestone: --- → mozilla1.1
Comment 3•23 years ago
|
||
*** Bug 120414 has been marked as a duplicate of this bug. ***
Comment 4•22 years ago
|
||
mass reassign to default owner
Assignee: karnaze → table
Status: ASSIGNED → NEW
QA Contact: amar → madhur
Target Milestone: mozilla1.1alpha → ---
Updated•22 years ago
|
Target Milestone: --- → Future
in the testscase the text overflows on the bottom, David is this bug still valid ?
Comment 6•21 years ago
|
||
The test case in bug 120414 renders as desired with Mozilla 1.6 (Gecko/20040122).
Comment 7•21 years ago
|
||
dbaron:
this WFM for me (1.6, Win2k) just as for the two others above, so you probably
want to resolve it...
cc'ing bz who likes resolving this kind of bugs, is knowledgeable in this area
and also very responsive most of the time.
You might also want to have a look at bug 78066 which depends on this bug and
looks like WFM, too (all other mentioned "dependencies" fixed).
Reporter | ||
Comment 8•21 years ago
|
||
Fixed by checkin of bug 172896.
You need to log in
before you can comment on or make changes to this bug.
Description
•