Closed Bug 422955 Opened 17 years ago Closed 17 years ago

Complex table and border style : displaying bug !

Categories

(Firefox :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 332740

People

(Reporter: reg53fr, Unassigned)

Details

Attachments

(1 file)

User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9b4) Gecko/2008030318 Firefox/3.0b4 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9b4) Gecko/2008030318 Firefox/3.0b4 Please test the following code and look at the second row. The fifth cell is splitted (it's a displaying bug, not a XHTML structure bug). The bug disapears by replacing dotted border style by solid, or by removing border-collapse... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>test</title> <style type="text/css"> table { border-collapse : collapse; } td { padding : 5px; background-color : #F7F7F8; border-left : dotted 1px; border-right : dotted 1px; border-bottom : solid 1px; border-top : solid 1px; text-align : left; } </style> </head> <body> <table> <thead> <tr> <th></th> <th>test</th> <th>test</th> <th colspan="3">test</th> <th>test</th> <th>test</th> <th></th> </tr> </thead> <tbody> <tr> <td rowspan="2">test</td> <td rowspan="2">test</td> <td rowspan="2">test</td> <td>test</td><td>test</td><td>test</td> <td rowspan="2">test</td> <td rowspan="2">test</td> <td rowspan="2">test</td> </tr> <tr><td>test</td><td>test</td><td>test</td></tr> <tr> <td rowspan="2">test</td> <td rowspan="2">test</td> <td rowspan="2">test</td> <td>test</td><td>test</td><td>test</td> <td rowspan="2">test</td> <td rowspan="2">test</td> <td rowspan="2">test</td> </tr> <tr><td>test</td><td>test</td><td>test</td></tr> <tr> <td rowspan="2">test</td> <td rowspan="2">test</td> <td rowspan="2">test</td> <td>test</td><td>test</td><td>test</td> <td rowspan="2">test</td> <td rowspan="2">test</td> <td rowspan="2">test</td> </tr> <tr><td>test</td><td>test</td><td>test</td></tr> </tbody> </table> </body> </html> Reproducible: Always
Attached file Testcase (deleted) —
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: