[webkit-reviews] review requested: [Bug 20040] Vertical border spacing is doubled between table row groups : [Attachment 108994] Fix for doubled vertical border spacing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 28 02:51:50 PDT 2011


Vamshi Krishna N <vnampally at innominds.com> has asked  for review:
Bug 20040: Vertical border spacing is doubled between table row groups
https://bugs.webkit.org/show_bug.cgi?id=20040

Attachment 108994: Fix for doubled vertical border spacing
https://bugs.webkit.org/attachment.cgi?id=108994&action=review

------- Additional Comments from Vamshi Krishna N <vnampally at innominds.com>
This is fix for removing vertical spacing between table sections. Applicable
for 20040 & 39986.

It is observed that an extra vBorderSpacing is added for every section at the
end,that resulted in extra spacing between consecutive sections.Hence, removed
that extra spacing from each section and added one vBorderSpacing to the table
at the end, so that it will not overlap with the next render element.


More information about the webkit-reviews mailing list