Closed
Bug 157768
Opened 23 years ago
Closed 23 years ago
Can't launch/save attachments if folder has an apostrophe in the name
Categories
(MailNews Core :: Attachments, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: davisc, Assigned: mscott)
References
(Blocks 1 open bug)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530
BuildID: 202053012
MailNews will not allow you to launch or save an attachment from a message if it
is located in a folder with an apostrophe (') in the name (e.g., "-- St. Mary's
Hall").
Reproducible: Always
Steps to Reproduce:
1. Create a folder with an apostrophe in the name.
2. Save a message with an attachment in the folder.
3. Try to launch or save the message.
Actual Results: Absolutely nothing. No response, error message of any kind.
Expected Results: Save File box or Download Attachment box appears.
Found this in the Javascript console:
Error: missing ) after argument list
Source File: chrome://messenger/content/msgHdrViewOverlay.js
Line: 786, Column: 235
Source Code:
openAttachment('application/msexcel',
'imap://davisc@imap.georgetown.edu:993/fetch%3EUID%3E/Work%20Mail/--%20St%20Mary%27s%3E16?part=1.2',
'St.%20Mary%20Move%20List.xls', 'imap-message://davisc@imap.georgetown.edu/Work
Mail/-- St Mary's#16')
Reporter | ||
Comment 1•23 years ago
|
||
It looks like maybe the argument list for openAttachment() is malformed because
the apostrophe in the last arg is not escaped.
Comment 2•23 years ago
|
||
*** Bug 157767 has been marked as a duplicate of this bug. ***
worksforme on 2002071508/win2k. Except for the inability to delete the folder
but that's another bug.
Blocks: folders-with-special-characters
Marking as wfm. Christofer, reopen this bug if you see the issue with more
recent Mozilla releases.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Comment 5•23 years ago
|
||
this is a dup of a fixed bug - please try a newer build.
Reporter | ||
Comment 6•23 years ago
|
||
Works for me now in Mozilla 1.1a build 2002061104
Updated•21 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
•