[Webkit-unassigned] [Bug 23152] background color in empty cell of table with cellpadding=0 should be rendered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 23 22:46:49 PDT 2009


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





------- Comment #4 from vijay.manchana at gmail.com  2009-06-23 22:46 PDT -------
Hi,

I have the following analysis on this bug.Kindly guide me if I am wrong in my
approach.

The default cellpading attribute value is "1". 
When cellpadding="0" and while parsing this attribute, m_padding is set to 0
which should be 1.
So I have added an extra condition in the "if" statement checking if cell
padding is 0 then preventing from reseting m_padding to 0 in the
parseMappedAttribute()of the HTMLTableElement.cpp.

Let me know if this proposal can be used to fix this bug.


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