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)

x86
Windows NT
defect

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.
Another possible suggestion of this matter: Images with tiny sizes (= 1x1) are ignored! (??)
This will be fixed by bug 41924. Note: The HTML is actually wrong. According to HTML4, you should include the "alt" attribute, like this: <img alt="" src="no.gif" ...> *** This bug has been marked as a duplicate of 41924 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Keywords: verifyme
Resolution: --- → DUPLICATE
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...
Works fine for me with Build 20000709.20. Thanks!
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 → ---
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 ago24 years ago
Resolution: --- → WORKSFORME
Ooops... I need to check my code again :)) OK. OK. You won!!!
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.