Closed
Bug 40426
Opened 25 years ago
Closed 25 years ago
Missing internal images: gopher, news
Categories
(Core :: Graphics: ImageLib, defect, P3)
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: frank, Assigned: pnunn)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.10 i686; en-US; m16) Gecko/20000517
BuildID: 2000051720
Hy,
the tag:
<img src="internal-gopher-sound">
Does not display the right image (it does not even display any image).
Bye,
Frank
Reproducible: Always
Steps to Reproduce:
1.Open the location above.
2.
3.
Comment 1•25 years ago
|
||
er...i don't see this
Assignee: asadotzler → pnunn
Component: Browser-General → ImageLib
QA Contact: jelwell → elig
Comment 2•25 years ago
|
||
Confirmed with the 2000-05-23-08-M16 nightly binary on WinNT.
Not only internal-gopher-sound but internal-gopher-index and all
internal-news-* images are not displaying. The rest on the internal-gopher
icons do display.
FWIW, a quick check with lxr,
http://lxr.mozilla.org/seamonkey/search?string=internal-gopher
shows that all of the internal-gopher-* and internal-news-* icons listed on
http://www.netzwelt.com/selfhtml/tcgi.htm are "known" to if.cpp in il_icon_table
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Missing internal image → Missing internal images: gopher, news
yep. but that icon table is never used. Its old
defunct code.
-P
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
Comment 4•25 years ago
|
||
The problem with internal-gopher-sound is that the file has for some reason been
named gopher-audio.gif so that it needs to be renamed to gopher-sound.gif to
work properly.
Comment 5•24 years ago
|
||
I'm not sure what to do with this. Any suggestions?
<img src="internal-gopher-sound"> works on communicator.
<img src="internal-gopher-audio"> works on mozilla.
Let us know if there is a good reason that we need both names in
mozilla. Otherwise we are going with "-audio" instead of
"-sound". The source code that specifies "-sound" for the
file name is defunct code and is not ever called.
-p
You need to log in
before you can comment on or make changes to this bug.
Description
•