[Webkit-unassigned] [Bug 13339] Padding on TDs not used when determining column widths in table-layout:fixed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 7 03:27:43 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=13339





------- Comment #2 from info at satzansatz.de  2008-07-07 03:27 PDT -------
Created an attachment (id=22124)
 --> (https://bugs.webkit.org/attachment.cgi?id=22124&action=view)
second testcase, CSS-table


A second testcase. 

CSS-table with a fixed width of 200px.
table-layout: fixed
left: table cell width:100px, 
right: table cell width:50px and padding-left:50px

webkit does not calculate the width correctly. It distributes the remaining
space of the table among the cells, causing a wide left cell (100px+34px) and a
smaller right cell (50px+16px).


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list