Closed
Bug 58782
Opened 24 years ago
Closed 24 years ago
no alert when I insert an image that doesn't exist, get an alert on send
Categories
(MailNews Core :: Composition, defect, P3)
Tracking
(Not tracked)
mozilla0.9
People
(Reporter: sspitzer, Assigned: cmanske)
Details
to reproduce:
html compose a new message
insert an image, say foo.gif where foo.gif does not exist.
no alert from the insert image dialog.
send the message. upon send, you'll get an alert saying:
"http://foo.gif does not exist, do you still want to send?"
this error can still happen if we add and an alert to the image insert dialog,
but it seems less likely.
nbaca, do you remember the exact alert text?
Comment 1•24 years ago
|
||
It states "There was a problem including the file foo.gif. Would you like to
continue sending the message without this file?"
Updated•24 years ago
|
QA Contact: esther → nbaca
Comment 2•24 years ago
|
||
reassign to cmanske to add an alert if user select an image that doean't exist.
Assignee: ducarroz → cmanske
Assignee | ||
Comment 3•24 years ago
|
||
The problem is we don't want to try to test for images that may be remote, but
user isn't online.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9
Assignee | ||
Comment 4•24 years ago
|
||
We don't want to test for image existence because of the remote image problem.
But we should show the "broken image" icon when user types in a local filename
that is bad, so this is really a dup of the image icon problem: 58646
*** This bug has been marked as a duplicate of 58646 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•24 years ago
|
QA Contact: nbaca → sheelar
Comment 5•24 years ago
|
||
Seth,
4.7 puts a broken image at the location of where you insert a non-existant file
4.7 then puts up an alert when sending, similar to one 6.0 puts up.
The missing item in 6.0 is the broken image when inserting a non-existant file,
6.0 shows nothing. Seth in this bug were you asking for an alert or will the
broken image be OK?
If a broken image will do, this can be verified as a dup of 58646? If you're
asking for an alert, then please comment so we can add your comment to the other
bug or reopen this one.
Assignee | ||
Comment 6•24 years ago
|
||
I don't think we want an alert, so dupping to 58646 is fine with me.
Comment 7•24 years ago
|
||
Based on comments below marking this bug as a dup.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•