[Webkit-unassigned] [Bug 100279] New: Wrong column widths when a row has colspan and long unwrappable text and other rows cells width is specified with percentage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 24 12:23:46 PDT 2012


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

           Summary: Wrong column widths when a row has colspan and long
                    unwrappable text and other rows cells width is
                    specified with percentage
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P1
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ncardeli at gmail.com


Created an attachment (id=170446)
 --> (https://bugs.webkit.org/attachment.cgi?id=170446&action=review)
Last row cell with colspan=2

If the last row of a table has colspan > 1 and contains a long unwrapped text, and the width of the first cell of previous rows is specified using percentage (for example 10%), those previous cells ignore the width and take 50% instead.

Given a 3 row table, with 2 columns where the last row has colspan = 2, and the first cell of the first 2 rows width is 10%, instead of this:

 10%
*--*------------------*
*--*------------------*
*---------------------*

you get this:

*----------*----------*
*----------*----------*
*---------------------*

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