[Webkit-unassigned] [Bug 53065] New: Table layout broken due to Colspan + Nowrap

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 24 21:58:55 PST 2011


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

           Summary: Table layout broken due to Colspan + Nowrap
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thiyagaraj.annamalai at gmail.com


1. Create a row with 3 columns with the last column set as 100% width and other columns set to nowrap.
2. Now create 1 more row and column in that where the colspan is set to 3 and nowrap.
3. When the second row contains a big string which exceeds the width of 1st rows two columns width, then the first rows 2 columns width get extended.
4. As like in ie, FF, second row's content shouldn't affect any other rows due to its colspan config.

Open the example file for further details.

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