Closed
Bug 105242
Opened 24 years ago
Closed 23 years ago
Background image in a cell with rowspan attribute set display only on the first line
Categories
(Core :: Layout: Tables, defect)
Tracking
()
VERIFIED
WORKSFORME
Future
People
(Reporter: edy.incoletti, Assigned: karnaze)
Details
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.5) Gecko/20011011
BuildID: 2001101117
Here is the sample code. For the image use anithing you want:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>My page</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td rowspan="2" background="/img/test.gif">asdfadsfasdfasdfas</td>
<td>sdfgsfdg </td>
</tr>
<tr>
<td>
<p> </p>
<p>sfgsfgsdfgsdfgsdfgsdfgsdfgsdfgsdfg</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</td>
</tr>
</table>
</body>
</html>
Reproducible: Always
Steps to Reproduce:
1. Create the page and the image file
2. Open it in Mozilla 0.9.5
Actual Results: The background appear only on half of the table
In 0.9.4 work right.
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Confirmed on Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.6) Gecko/20011121.
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 4•23 years ago
|
||
Temporarily moving to future until a milestone can be assigned.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
I don't see this happening anymore on today's build. It looks just like it does
on IE, which looks correct.
marking bug WORKSFORME.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Comment 6•23 years ago
|
||
The back ground appears correctly as it should work. Marking verified
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•