Closed
Bug 237644
Opened 21 years ago
Closed 21 years ago
<TD> HEIGHT attribute is not respected under certain circumstances
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: andreas, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; rv:1.0.1) Gecko/20030306 Camino/0.7
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; rv:1.0.1) Gecko/20030306 Camino/0.7
those two should render the same but for some reason dont
<TD WIDTH="827" HEIGHT="1" BGCOLOR="#00FFFF"><IMG src="null.gif"></TD>
<TD WIDTH="827" HEIGHT="1" BGCOLOR="#00FFFF"></TD>
null.gif is a transparent gif picture with 1x1 pixel size.
Note:
<TD WIDTH="827" HEIGHT="1" BGCOLOR="#00FFFF">
</TD>
also renders different because of the whitespace. This is NOT the problem here.
Reproducible: Always
Steps to Reproduce:
open test page
Actual Results:
should show two blue areas with a single black line in them.
second however shows much larger
Expected Results:
draw one pixel line
Reporter | ||
Comment 1•21 years ago
|
||
the null.gif file tested
Reporter | ||
Comment 2•21 years ago
|
||
example test case.
Reporter | ||
Comment 3•21 years ago
|
||
confirmed in the following browsers:
Mozilla Firefox
Apple Safari (does that one use the same rendering engine??)
Camino
the following browsers have no problem with it:
iCab
Opera
Internet Explorer
Comment 4•21 years ago
|
||
> Apple Safari (does that one use the same rendering engine??)
No. But it just happens to render it correctly too. This is the rendering
required by the CSS spec.
*** This bug has been marked as a duplicate of 22274 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•