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)

1.9.1 Branch
x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 332740

People

(Reporter: kozlov.konst, Unassigned)

References

()

Details

(Keywords: testcase)

Attachments

(1 file, 1 obsolete file)

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">&nbsp;</td> <td rowspan="2">&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td rowspan="2">&nbsp;</td><!-- WRONG BORDER --> <td rowspan="2">&nbsp;</td> </tr> <tr> <td colspan="4" class="big">&nbsp;</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </table> </body> </html> Reproducible: Always
Component: General → Layout: Tables
Keywords: testcase
Product: Firefox → Core
QA Contact: general → layout.tables
Whiteboard: dupeme
Version: unspecified → 1.9.1 Branch
Attached file reporter's testcase (obsolete) —
Uh... Is all of that 200kb testcase relevant? Or just the part from comment 0?
Attached file reporter's testcase
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.
Whiteboard: dupeme
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: