Closed Bug 220468 Opened 22 years ago Closed 22 years ago

IMG with non-existent SRC only shows "broken image" icon if WIDTH and HEIGHT are specified

Categories

(Core :: Layout: Images, Video, and HTML Frames, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: worley, Assigned: jdunn)

Details

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030716 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030716 The following page renders as expected, that is, as a "broken image" icon in a box of 49x127 pixels. (I am loading this from a .html file in a directory that does not contain 'im000003a.jpg'. But I have seen the same behavior when the page is fetched via HTTP.) <HTML> <BODY> <IMG SRC="im000003a.jpg" WIDTH="127" HEIGHT="49" /> </BODY> </HTML> However, the following very similar page displays as an empty window, with no "broken image" icon. This is incorrect, there should be a "broken image" icon as a placeholder for the IMG. <HTML> <BODY> <IMG SRC="im000003a.jpg" /> </BODY> </HTML> Reproducible: Always Steps to Reproduce: 1. Save the second example in "Details" into a file in a directory not containing a file 'im000003a.jpg'. 2. Direct Mozilla to display the file. 3. Actual Results: The window is empty. Expected Results: The window should display a "broken image" icon as a placeholder for the IMG that it could not fetch. This is the Mozilla that comes with Red Hat Linux 8.0, as updated to mid-September 2003 by RH's up2date utility.
Works for me in 20030924 PC/WinXP. Version 1.0.2 is far too old to open bugs on. Probably this is an issue that was corrected long ago. Bugs should not be opened on builds more than 2 weeks old.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Don't be rediculous -- I'm a user, not a developer or a beta tester. I'm not about to download a build every two weeks, then try to figure out how to insert it into Red Hat (in such a way that when I load the next Red Hat release, the two won't fight with each other). Problem is resolved in Mozilla 1.2.1 [Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225].
Product: Core → Core Graveyard
Product: Core Graveyard → Core
You need to log in before you can comment on or make changes to this bug.