[Webkit-unassigned] [Bug 20610] New: display in style of tr results in ignoring style in col-tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 2 14:53:22 PDT 2008


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

           Summary: display in style of tr results in ignoring style in col-
                    tags
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
        OS/Version: Windows Vista
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rlammers at linuxmail.org


If a tr is given a style which contains a display-declaration, the tr does not
follow the style-declarations in the col-tags.

example:
<html><head></head><body>
<table style="width:99%"><col style="width:13em" /><col style="width:auto" />
<tr><td>Test</td><td>Test</td></tr>
<tr style="display:run-in"><td>Test</td><td>Test</td></tr>
</table>
</body></html>

The second row in the table will show cells with the auto-widths (even when
table-layout is set to fixed, and indepent of the type of width-setting)

The bug was observed in google chrome with webkit 525.13 and in safari (also
525.13), not in firefox 3.0.1 or MSIE


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