Closed
Bug 82102
Opened 25 years ago
Closed 25 years ago
Image height and width not retained when image URL is invalid
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: doctor__j, Assigned: clayton)
Details
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9+) Gecko/20010518
BuildID: 2001051804
Reproducible: Always
Steps to Reproduce:
1. Load the testcase.
2. The specified image width and height are not retained after loading.
Actual Results: Area reserved for image is collapsed into 0x0 space.
Expected Results: Blank area is reserved for the image although image cannot be
loaded.
Comment 3•25 years ago
|
||
This is a duplicate. Please find the original and mark this duplicate. Correct
behavior:
1) quirks mode: what 4.x does. There is already a bug on this. Ccing timeless
since he has dealt with this before...
2) strict mode: destroy the image box and replace with alt text (empty string in
this case). We do this already.
Whiteboard: DUPEME
Comment 4•25 years ago
|
||
DUP of 41924
Marking my bug as dupe...
*** This bug has been marked as a duplicate of 41924 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 6•25 years ago
|
||
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
•