[Webkit-unassigned] [Bug 18260] New: There is one row in table, and it cells using colspan, no width define. Table-layout is fixed. Cell width must be = (100% of talbe / N of virtual cols)*colspan value. This works in FF, IE, Opera, not Safari
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 1 06:12:02 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18260
Summary: There is one row in table, and it cells using colspan,
no width define. Table-layout is fixed. Cell width must
be = (100% of talbe / N of virtual cols)*colspan value.
This works in FF, IE, Opera, not Safari
Product: WebKit
Version: 525.x (Safari 3.1)
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Tables
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: Dmitry-NK at yandex.ru
There is one row in table, and it cells using colspan, no width define.
Table-layout is fixed. Cell width must be = (100% of talbe / N of virtual
cols)*colspan value. This works in FF, IE, Opera, not Safari
<table style="table-layout:fixed;width:100%">
<tr>
<td colspan='3'>...</td>
<td>...</td>
</tr>
</table>
Tds width must be: 75% and 25%.
--
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