[Webkit-unassigned] [Bug 18153] New: table not aligned in center column and seems shrunk because of float:right

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 27 11:20:03 PDT 2008


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

           Summary: table not aligned in center column and seems shrunk
                    because of float:right
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
               URL: http://shopping.busca.uol.com.br/informatica/computador/
                    index.html?q=computador&search=yes&subsearch=true&rtrk=s
                    rc:12;size:18;chn:103;thm:PCS+499
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        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://shopping.busca.uol.com.br/informatica/computador/index.html?q=computador&search=yes&subsearch=true&rtrk=src:12;size:18;chn:103;thm:PCS+499

II Issue:
The table of listed items is not aligned in center column rather has shrunk and
moved to right side of the page. 

III Conclusion:
The testcase uses <col> tags to define the width of the columns of the table.
However it seems that Safari does not apply the correct width for each column
because of the float:right property of the <div> surrounding the table.

If I remove the float:right of the <div> then Safari renders the columns same
as FF and IE.

IV Other browsers:
IE7: ok
FF3: ok
Opera9.24: ok

V Nightly tested: 31315


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