[Webkit-unassigned] [Bug 20213] New: colspan in table-layout:fixed does not add up widths properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 29 12:32:27 PDT 2008


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

           Summary: colspan in table-layout:fixed does not add up widths
                    properly
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: minatoar at gmail.com


When columns widths are specified via <colgroup> on a table-layout:fixed,
a TD with colspan=N is getting width N*<first-col-spanned> rather than
sum(<i-th col spanned).

I observed this problem on the site:
http://www.megafonmoscow.ru/

IE7, Firefox 2, Firefox 3, Opera 9 render correctly.
Safari 3.1 and WebKit r35417 have this problem.

Will attach repro case.


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