Bug 17720 - unspecified width of column causes misalignment in table
Summary: unspecified width of column causes misalignment in table
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://board.gladiatus.de/team.php
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2008-03-07 19:22 PST by jasneet
Modified: 2022-08-14 03:58 PDT (History)
8 users (show)

See Also:


Attachments
screenshot (177.52 KB, image/jpeg)
2008-03-07 19:22 PST, jasneet
no flags Details
reduction (1.94 KB, text/html)
2008-03-07 19:24 PST, jasneet
no flags Details
Safari 15.6 matches with other browsers (616.36 KB, image/png)
2022-08-14 03:57 PDT, Ahmad Saleem
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2008-03-07 19:22:29 PST
I Steps:
Go to
http://board.gladiatus.de/team.php

II Issue:
Notice the misalignment of email button all through the page.

III Conclusion: In the reduced test case: There are 3 tables.  The outermost table contains 2 tables- one with yellow background and one with blue background. The 2nd row for each table contains 3 columns.

It looks like Safari and FF have a different way of distributing the width for each column if one of the columns do not have a width specified. On the 2nd row, 1st column of each table, the width of the <td> are not specified, the width is determined by the image in the <td> (which I have replaced with a <div>). Then you will observe that the 1st row, 2nd column and 3rd column of each table are not the same in FF and Safari. Same goes for the 2nd row of each table, 1st, 2nd and 3rd columns have different widths.

IV Other browsers:
IE7: ok
FF: ok
Opera: not ok

V Nightly tested: 30628
Comment 1 jasneet 2008-03-07 19:22:58 PST
Created attachment 19604 [details]
screenshot
Comment 2 jasneet 2008-03-07 19:24:17 PST
Created attachment 19605 [details]
reduction
Comment 3 gur.trio 2013-08-02 00:25:39 PDT
Behaviour on safari, chrome, firefox, IE8 is same. So doesnot seem to be an issue.
Comment 4 Ahmad Saleem 2022-08-14 03:57:41 PDT
Created attachment 461615 [details]
Safari 15.6 matches with other browsers

I am not able to reproduce this bug in Safari 15.6 and as can be seen from attached all browsers match with each other. I am going to mark this as "RESOLVED WONTFIX".

Please reopen, if you think the bug still exist and share updated test case. Thanks!