[Webkit-unassigned] [Bug 52185] New: Cell heights are disproportional when a row-spanning cell contains a block element that determines the height of the rows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 10 18:15:35 PST 2011


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

           Summary: Cell heights are disproportional when a row-spanning
                    cell contains a block element that determines the
                    height of the rows
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://3-1design.com/bug-report.php
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: NeedsRadar
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: hyatt at apple.com, simon.fraser at apple.com,
                    jamesr at chromium.org


<table border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td style="border: 1px #F00 solid;">1</td>
        <td rowspan="3">
            <div style="background: #AEE; width: 100px; height: 200px;"></div>
        </td>
    </tr>
    <tr><td style="border: 1px #0F0 solid;">2</td></tr>
    <tr><td style="border: 1px #00F solid;">3</td></tr>
</table>

And only the cell with 3 stretches to the end but we expect each cell to have the same height.

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