Closed
Bug 389984
Opened 18 years ago
Closed 17 years ago
Detach a already detached message result in 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIMessenger.detachAttachment]
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: cbook, Unassigned)
Details
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 ID:2007072803
STR:
1. Get a message with some attachments
2. Detach one Attachment
3. You get the dialog that the attachment was detached.
4. Now try to detach that same attachment again
5. The Save Attachment File Dialog comes up
6. When you select a Target Folder and press Enter you get a Error Message: "Unable to save attachment - Check filename and try again later"
and in the Error Console is :
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIMessenger.detachAttachment]" nsresult: "0x80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame :: chrome://messenger/content/msgHdrViewOverlay.js :: detachAttachment :: line 1074" data: no]
Maybe on step 4 should be a message that the attachment was already detached.
Flags: blocking1.8.1.7?
Flags: blocking-thunderbird3?
Comment 1•18 years ago
|
||
Or bug 333904...
Comment 2•18 years ago
|
||
Not blocking the 1.8 branch, but we'll consider approving a patch when fixed on the trunk
Is this a recent regression? If so we might reconsider...
Severity: normal → minor
Flags: blocking1.8.1.7?
Still reproducing this with vista, Thunderbird/2.0.0.14 - Build ID: 2008042104
Along with other apparently similar issue:
-if try to save all attach it eventually bumps into the detached one and gives similar alert. And saves a corrupted one. And not moving to next att.
by saving alone with "save as" it works ok.
+It's different from bug 333904 as that is rather UI stuff or more general where here I cannot really save all and have to save one by one and even can get data loss if saving the detached is saving a corrupted file over/in same location as detach.
Comment 4•17 years ago
|
||
This should be WFM as of today's trunk with bug 416284 landing yesterday. (Making the menu options disabled as needed.)
->WFM
Status: NEW → RESOLVED
Closed: 17 years ago
Flags: blocking-thunderbird3?
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•