Closed
Bug 320185
Opened 19 years ago
Closed 19 years ago
It's impossible to delete or detach attachment via File Menu
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Thunderbird2.0
People
(Reporter: gorky, Assigned: mscott)
References
Details
(Keywords: fixed1.8.1, verified1.8.0.2, verified1.8.1.3, Whiteboard: [qa:verified-tb-1802])
Attachments
(1 file)
1.61 KB,
patch
|
mscott
:
review+
|
Details | Diff | Splinter Review |
Attachments can be deleted or detached from attachment context menu, but not from File -> Attachments -> (Attachment name) -> Detach.../Delete. JavaScript Console throws following errors:
Error: this.attachment.detachAttachment is not a function
Source File: chrome://messenger/content/messenger.xul
Line: 1
Error: this.attachment.deleteAttachment is not a function
Source File: chrome://messenger/content/messenger.xul
Line: 1
Tested on both new and old profile, on Windows and Linux.
Comment 1•19 years ago
|
||
I can confirm this on Linux with the 20051201 branch build.
Assignee | ||
Comment 2•19 years ago
|
||
this is unfortunate.
we'll have to try to fix this for 2.0 and release note it for 1.5
Status: NEW → ASSIGNED
Target Milestone: --- → Thunderbird2.0
Comment 3•19 years ago
|
||
This fixes it for me, not sure if the original methods were supposed to work? (they do seem to exist in the mailnews version of msgHdrViewOverlay.js)
Attachment #207008 -
Flags: review?(mscott)
Assignee | ||
Updated•19 years ago
|
Attachment #207008 -
Flags: review?(mscott) → review+
Assignee | ||
Comment 4•19 years ago
|
||
fixed on the trunk. leaving open till I check this in for 2.0 on the 1.8 branch.
Assignee | ||
Updated•19 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Keywords: fixed1.8.0.1,
fixed1.8.1
Resolution: --- → FIXED
Assignee | ||
Comment 5•19 years ago
|
||
1.8.0.2 is technically the first release with this Thunderbird fix.
Keywords: fixed1.8.0.1 → fixed1.8.0.2
Comment 6•19 years ago
|
||
verified with Windows Thunderbird 1.5.0.2 20060308
Status: RESOLVED → VERIFIED
Keywords: fixed1.8.0.2 → verified1.8.0.2
Whiteboard: [qa:verified-tb-1802]
Comment 7•19 years ago
|
||
*** Bug 304359 has been marked as a duplicate of this bug. ***
Comment 8•18 years ago
|
||
verified fixed 1.8.1.3 using Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.0 ID:2007032620 - the steps to reproduce are working fine for me - also no error on error console
Keywords: verified1.8.1.3
You need to log in
before you can comment on or make changes to this bug.
Description
•