[Webkit-unassigned] [Bug 17808] New: <table width="0"> and table-layout:fixed causing misalignment of text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 12 14:32:05 PDT 2008


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

           Summary: <table width="0"> and table-layout:fixed causing
                    misalignment of text
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
               URL: http://celebs.walla.co.il/?w=/3603/1204141
        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:
http://celebs.walla.co.il/?w=/3603/1204141

II Issue:
Notice the alignment of headings of the column (where smaller images are placed
in left column and text in right column). It is partially seen.

III Conclusion:
there are 2 issues: 
1. The headings are partially seen because of <table width="0">;  removing this
property aligns the heading similar to FF. 
Issue: http://bugs.webkit.org/show_bug.cgi?id=17801

2. Only IE can render the headings of column correctly as IE recognizes
{table-layout:fixed;} 
on removing {table-layout:fixed;} IE behaves same as FF/Safari
Therefore {table-layout:fixed;} is not recognized by FF/Safari

IV Other browsers:
IE7: ok
FF2: partially ok
Opera: partially 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