Closed
Bug 394518
Opened 18 years ago
Closed 15 years ago
Percentage-width distribution doesn't take width of vertical scrollbar on tbody into account, causing a horizontal scrollbar to appear
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file, 1 obsolete file)
583 bytes,
text/html
|
Details |
If I make a tbody have overflow: scroll, I get a vertical scrollbar for the body, allowing me to keep the column headers visible when I scroll (good). But the body also gets a horizontal scrollbar because of the vertical scrollbar's width (bad/ugly).
Reporter | ||
Comment 1•18 years ago
|
||
Reporter | ||
Comment 2•18 years ago
|
||
Add closing ">" to tbody. Use actual table cells for "cell 4" and friends.
Attachment #279178 -
Attachment is obsolete: true
Reporter | ||
Comment 3•15 years ago
|
||
The testcase no longer triggers scrollbars. Yay!
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 4•15 years ago
|
||
That's not quite accurate. We intentionally removed the ability for tbody to have vertical scrollbar (specified by overflow:scroll) in bug 28800, so this bug is just obsolete.
You need to log in
before you can comment on or make changes to this bug.
Description
•