[Webkit-unassigned] [Bug 7264] New: tables with rowspans don't display correctly

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Feb 14 21:17:09 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7264

           Summary: tables with rowspans don't display correctly
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: http://web.mit.edu/glasser/www/bar.html
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: glasser at mit.edu


See the linked URL. The table should look roughly like:

+---+
|A|1|
| +-+
| |2|
+-+ |
|B| |
| +-+
| |3|
+-+-+

Specifically, the border between A and B should occur halfway through 2, not at
its top.

FF (and apparently IE) render the table this way.  WebKit (including tonight's
nightly) does not -- 2 and B get the same top.

Oddly enough, the values in Debug -> Show Render Tree show the B and 2 blocks
as having different absolute y coordinates, which is correct, but not the same
as what is actually drawn.


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