Closed
Bug 44647
Opened 24 years ago
Closed 24 years ago
<IMG> with wrong SRC overrides size-settings and shows image-name
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: pbotsas, Assigned: clayton)
References
()
Details
If - in some cases - there is wrong SRC for an image, the image-sourcename is
shown on the page, although there are size-parameters for the image.
For example:
<IMG SRC="/wrongpath/no.gif" WIDTH=1 HEIGHT=1> will display a _no_ instead of a
1x1-sized image.
cc: ian.
Another possible suggestion of this matter:
Images with tiny sizes (= 1x1) are ignored! (??)
Comment 3•24 years ago
|
||
This bug STILL occurs if I have set alt="" as specified in HTML 4.0!!! (Build
20000613).
I will try a more recent build... waiting for download...
Problem exists again with Build 20000710.20.
Look at page: http://www.it-networks.com/itninternet.nsf/HotMessages?OpenView
At the bottom line there is still a text entry "no".
Sorry!
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 7•24 years ago
|
||
this works as long as the ALT="" is included. the ALT="" is not included in the
example you linked to. The HTML is <IMG SRC="no.gif" HEIGHT=1 WIDTH=1>.
missing ALT. Resolving this worksforme
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → WORKSFORME
Ooops... I need to check my code again :))
OK. OK. You won!!!
Comment 9•24 years ago
|
||
verified. using the 2000081308 nightly on win2k
Status: RESOLVED → VERIFIED
Keywords: verifyme
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•