Closed
Bug 193407
Opened 23 years ago
Closed 23 years ago
"document contains no data" with IMAGES that fail to connect
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 189965
People
(Reporter: cspandex, Assigned: asa)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210
very annoying popup on images that are pointed to an address with no server
running (or currently down)
Reproducible: Always
Steps to Reproduce:
1. put <img src="127.0.0.1/asdasd.jpg"> into an html page
2. load html page
3.
Actual Results:
popup comes up instead of just displaying broken image
Expected Results:
only displayed broken image
Comment 1•23 years ago
|
||
already fixed in the nightlys...
*** This bug has been marked as a duplicate of 189965 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
was this resolved as <iframe src="xxx"> errors as well? i just figured out thats
what this problem was, and not the actual image tag
Comment 3•23 years ago
|
||
yes, any connection error results in this
cezo: IFRAMEs normally don't display errors, but 196120, but bug 189965 broke
the error handling, causing the surpessed error to appear as you see it.
Status: RESOLVED → VERIFIED
Component: Browser-General → Networking
QA Contact: asa → benc
You need to log in
before you can comment on or make changes to this bug.
Description
•