[Webkit-unassigned] [Bug 16811] Table with image in cell spanning multiple rows and columns too short for image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 26 16:00:25 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16811


snicolai at acm.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18359|0                           |1
        is obsolete|                            |




------- Comment #4 from snicolai at acm.org  2008-01-26 16:00 PDT -------
Created an attachment (id=18711)
 --> (http://bugs.webkit.org/attachment.cgi?id=18711&action=view)
reduced fragment

I reduced the fragment some more and did a little debugging on it.

The enclosed fragment has a cell with rowspan=2 in the second column.  The next
row has colspan=2 in the first cell.  This sets CellStruct.inColSpan on that
cell.  This causes RenderTableSection::calcRowHeight() takes the continue on
line 338 of today's TOT never calculating the true height needed for the
rowspan.

Camino 1.5.4 renders this reduced fragment properly.


-- 
Configure bugmail: http://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