Closed
Bug 43204
Opened 25 years ago
Closed 24 years ago
CSS Padding crops cell width
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla0.8
People
(Reporter: tony.gorman, Assigned: karnaze)
References
()
Details
(Keywords: testcase, Whiteboard: fix-in-hand)
Attachments
(1 file)
1.07 KB,
patch
|
Details | Diff | Splinter Review |
Checkout the example.
CSS Padding-left and padding-right applied to content in a table cell seem to
reduce the total width of the cell. The decrease seems to be directly
proportional to the padding amounts.
Assignee | ||
Comment 3•25 years ago
|
||
Marc: rows, row groups, col groups, cols should have zero padding (zero margins
also). In this case it looks like the row is getting a nonzero padding. The
style system should probably deal with this to make it easier later on.
Assignee: karnaze → attinasi
Assignee | ||
Comment 4•25 years ago
|
||
Forget the last comment, since arbitrary elements can be maped to rows and vice
versa. This needs to be handled in the reflow state or table code. Reassigning
back to me.
Assignee: attinasi → karnaze
Assignee | ||
Comment 5•25 years ago
|
||
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Whiteboard: fix-in-hand
Target Milestone: --- → M18
Updated•25 years ago
|
QA Contact: desale → chrisd
Reporter | ||
Comment 6•25 years ago
|
||
Test URL has now changed. This is more a prompt for bug owner to put the patch
into the tree :-)
Comment 7•25 years ago
|
||
karnaze, can you get this reviewed and maybe checked into the trunk if it's too
late for the branch?
Chris,
I just looked into this bug with a rotten patch. May be you can help the patch
submitter to get the patch into the tree.
Bernd
Assignee | ||
Comment 9•24 years ago
|
||
Marking mozilla0.8 (need to re-test the patch).
Target Milestone: M18 → mozilla0.8
Assignee | ||
Comment 10•24 years ago
|
||
The patch was checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•