[Webkit-unassigned] [Bug 18565] table-layout:fixed computes wrong cell width ignoring border width

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 29 11:21:34 PDT 2010


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


ryan beal <ryan at maxpreps.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ryan at maxpreps.com




--- Comment #8 from ryan beal <ryan at maxpreps.com>  2010-07-29 11:21:34 PST ---
I'm having a similar issue but with the padding.
table
{
 table-layout:fixed;
}
td
{
 width:70px;
 padding:0 4px;
}

Expected Results: cell with a 70px content box and a 78px padding box.
Browsers with expected results: IE 6, 7, 8. FF 2, 3. Opera 10.

Webkit browser (chrome, safari) Results: cell with a 62px content box and a 70px padding box.

Page with issue (this page should be live for awhile):
http://www.maxpreps.com/testing/reference_for_webkit_team_regarding_table_bug.htm

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



More information about the webkit-unassigned mailing list