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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 20:15:17 PDT 2011


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


Bryan Forbes <bryan at reigndropsfall.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bryan at reigndropsfall.net




--- Comment #9 from Bryan Forbes <bryan at reigndropsfall.net>  2011-04-20 20:15:17 PST ---
This seems to be a border-box vs. content-box issue and WebKit is putting fixed layout cells into border-box mode. I have created a fiddle at http://jsfiddle.net/bryanforbes/uuwy5/ which demonstrates that even trying to force TD's into content-box mode with "-webkit-box-sizing: content-box;" fails.

-- 
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