Closed
Bug 557493
Opened 15 years ago
Closed 15 years ago
Wrong display border in cell, when using colspan & rowspan attributes
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 332740
People
(Reporter: kozlov.konst, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file, 1 obsolete file)
953 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9 FirePHP/0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9
Wrong bottom border in cell. Also problem has in K-Meleon (Gecko-based browser).
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
table
{
border-collapse: collapse;
}
td
{
border: 1px solid #000000;
width: 30px;
}
td.big
{
border: 2px solid #000000;
}
</style>
<title>Insert title here</title>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td rowspan="2"> </td>
<td rowspan="2"> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td rowspan="2"> </td><!-- WRONG BORDER -->
<td rowspan="2"> </td>
</tr>
<tr>
<td colspan="4" class="big"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</body>
</html>
Reproducible: Always
![]() |
||
Updated•15 years ago
|
Component: General → Layout: Tables
Keywords: testcase
Product: Firefox → Core
QA Contact: general → layout.tables
Whiteboard: dupeme
Version: unspecified → 1.9.1 Branch
![]() |
||
Comment 1•15 years ago
|
||
![]() |
||
Comment 2•15 years ago
|
||
Uh... Is all of that 200kb testcase relevant? Or just the part from comment 0?
![]() |
||
Comment 3•15 years ago
|
||
hmpf, /me disabled admuncher now.
Attachment #437302 -
Attachment is obsolete: true
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Sorry, bug 332740 has more matching bugs as duplicates.
You need to log in
before you can comment on or make changes to this bug.
Description
•