[Webkit-unassigned] [Bug 18981] border-collapse:collapse of <table> and padding: 0 of <td> causing overlapping issue.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 20 05:21:52 PDT 2011


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


Tab Atkins <tabatkins at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID
                 CC|                            |tabatkins at google.com




--- Comment #5 from Tab Atkins <tabatkins at google.com>  2011-10-20 05:21:52 PST ---
Not a bug.  As Vamshi says, the <input> element is set to 100% of its parent's width.  However, that sets the content-box width, and text inputs have a border, which increases the width further.

One simple way to correct this is to set <input> to be "box-sizing: border-box;".

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