[Webkit-unassigned] [Bug 17583] New: table column and text misalignment because of fixed table layout and undefined table width

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 27 18:31:03 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17583

           Summary: table column and text misalignment because of fixed
                    table layout and undefined table width
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
               URL: http://b.walla.co.il/
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: help.improve.webkit at gmail.com
                CC: help.improve.webkit at gmail.com


I Steps:
Go to
http://b.walla.co.il/
Scroll to the center of the webpage.

II Issue:
Notice the misalignment in one of the table columns as well as its text in
center column.

III Conclusion: The issue is caused by the table-layout:fixed style and missing
width of the outermost table. According to the W3C docs, in a fixed table
layout, the horizontal layout only depends on the table's width and width of
the columns. In this case, IE/FF3/Safari seem to be getting the computed width
correct if the width is not explicitly specified.

IV Other browsers: 
FF3: ok
Opera: ok
IE 7: ok

V Nightly tested: 30236


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