Closed
Bug 387344
Opened 17 years ago
Closed 17 years ago
[FIX]Tables with scrollable rowgroups take up too much space
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
()
Details
Attachments
(1 file)
4.43 KB,
patch
|
bernd_mozilla
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
This is a regression from bug 367706. Basically, the change to nsTableFrame::CalcDesiredHeight was wrong.
Patch and tests coming up.
Flags: blocking1.9?
Assignee | ||
Comment 1•17 years ago
|
||
Attachment #271471 -
Flags: superreview?(roc)
Attachment #271471 -
Flags: review?(bernd_mozilla)
Comment 2•17 years ago
|
||
I think the reftest will fail due to the scrollbar thumb size depending on the amount of scrollable content.
Assignee | ||
Comment 3•17 years ago
|
||
Oh, hmmm..... Both thumbs are the minimal size here. But I'll toss "visibility: hidden" on both tables to make sure that's not a problem.
Attachment #271471 -
Flags: review?(bernd_mozilla) → review+
Attachment #271471 -
Flags: superreview?(roc) → superreview+
Assignee | ||
Comment 4•17 years ago
|
||
Checked in, with test.
Status: NEW → RESOLVED
Closed: 17 years ago
Flags: blocking1.9? → in-testsuite+
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•