Closed
Bug 73122
Opened 25 years ago
Closed 25 years ago
some rowspanning cells don't expand row height
Categories
(Core :: Layout: Tables, defect)
Tracking
()
People
(Reporter: dbaron, Assigned: karnaze)
Details
Attachments
(1 file)
|
28.21 KB,
text/html
|
Details |
DESCRIPTION: This is a recent regression that's caused the table layout on
bonsai queries to become a bit messed up. In particular, the checkin comments
in the rightmost column sometimes don't expand the height of the row as they
should, so much of the text in the comment gets cut off (although one line
overlaps the following cell).
STEPS TO REPRODUCE:
* load attached testcase (I didn't reduce it very much, but I did a little)
* make the window narrow enough that the table extends outside the width of the
window (or nearly that wide)
* look at the 5th and next-to-last checkin comments in the right column
ACTUAL RESULTS:
* the checkin comments mentioned (5th and next-to-last) are cut off partway
through so that the cell containing those comments is sized as if that cell were
empty, and the last visible line of text overlaps partly into the next comment.
EXPECTED RESULTS:
* row heights expand to hold cells
DOES NOT WORK CORRECTLY ON:
* Linux, mozilla, 2001-03-22 (my personal optimized build with gcc3 and with
all my local changes)
WORKS CORRECTLY ON:
* older builds ... haven't tested to find the exact date of regression
ADDITIONAL INFORMATION:
| Reporter | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Comment 2•25 years ago
|
||
I can't verify this right now, but I am fairly sure it is a dup.
*** This bug has been marked as a duplicate of 73321 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•