[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
Mon Aug 29 02:14:09 PDT 2011


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


Vamshi Krishna N <kvn.vamshi at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kvn.vamshi at gmail.com,
                   |                            |mustaf.here at gmail.com




--- Comment #4 from Vamshi Krishna N <kvn.vamshi at gmail.com>  2011-08-29 02:14:09 PST ---
I did some analysis on the issue. It seems that the issue is not because of border-collapse or padding. The issue happens if we have a input element(width=100%) inside a <td> as input has its own border which seems to overlap with the <td> border irrespective of whether we have border-collapse or not.

The issue seems to be because the input width/border calculation is done w.r.t the outer border of <td>. If the input border calculation is done w.r.t outer border of <td> the issue will not be present. I am analyzing the issue further & will update.

P.S. The issue is also reproducible in FF5, too.

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