Closed
Bug 32533
Opened 25 years ago
Closed 25 years ago
src name displayed for gif
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: hwt, Assigned: cbegle)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT)
BuildID: 2000022820
HTML page has a 4x1 gif used as a spacer. Mozilla displays its name
Reproducible: Always
Steps to Reproduce:
1. gif is 4x1
2. HTML is
<TR VALIGN=TOP><TD>
<IMG SRC="dot_clear.gif" WIDTH=50 HEIGHT=1 BORDER=0>
</TD>
(N.B. HTML is returned from a CGI - this may be an issue of interpretting the
URL directory)
Actual Results: displays "dot_clear"
Expected Results: display the gif (white space)
gif is transparent, 24 bit color set
Comment 1•25 years ago
|
||
There's a / missing in front of the filename. There's no /bin/dot_clear.gif,
only /dot_clear.gif, so it can't be displayed. Right now, Mozilla displays the
file name (when there's no ALT tag) for broken images. See bug 32351 and bug
24125 for suggestions to change this.
*** This bug has been marked as a duplicate of 32351 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 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
•