Closed
Bug 167151
Opened 22 years ago
Closed 22 years ago
[cocoa] need support for modeOpenMultiple for nsIFilePicker
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: sspitzer, Assigned: sfraser_bugs)
References
Details
Attachments
(1 file, 1 obsolete file)
12.63 KB,
patch
|
mikepinkerton
:
review+
bryner
:
superreview+
|
Details | Diff | Splinter Review |
[cocoa] need support for modeOpenMultiple for nsIFilePicker
you need to override ::GetFiles()
see http://bugzilla.mozilla.org/show_bug.cgi?id=121122 for the windows impl.
Comment 2•22 years ago
|
||
Any rush on a Cocoa version of this? AFAIK it's a request for mail/news to
allow selection of multiple attachments at once and since we don't have
mail/news in Chimera...
Comment 3•22 years ago
|
||
no, but the carbon version might be nice.
Comment 4•22 years ago
|
||
how about for opening multiple files within the browser (eg, chimera)?
if that's possible, then each file would open in a separate browser window or
tab, depending on the user's prefs.
Comment 5•22 years ago
|
||
Since I don't report into Internet Technologies anymore this bug needs a new
owner -> saari
Assignee: sdagley → saari
Comment 6•22 years ago
|
||
pinkerton, might be nice or necessary?
Reporter | ||
Comment 8•22 years ago
|
||
one place this makes a difference to the user is for bug #43015:
"Cannot add multiple attachment in Attach File dialog (mail compose)"
Blocks: 43015
Assignee | ||
Comment 9•22 years ago
|
||
Assignee | ||
Updated•22 years ago
|
Attachment #119340 -
Flags: superreview?(bryner)
Attachment #119340 -
Flags: review?(pinkerton)
Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Updated•22 years ago
|
Attachment #119340 -
Flags: superreview?(bryner) → superreview+
Assignee | ||
Comment 10•22 years ago
|
||
Patch addressing comments made in bug 167149.
Attachment #119340 -
Attachment is obsolete: true
Assignee | ||
Updated•22 years ago
|
Attachment #119766 -
Flags: superreview?(bryner)
Attachment #119766 -
Flags: review?(pinkerton)
Updated•22 years ago
|
Attachment #119766 -
Flags: superreview?(bryner) → superreview+
Comment 11•22 years ago
|
||
Comment on attachment 119766 [details] [diff] [review]
Patch addressing comments
r=pink
+ NSURL *fileURL = [[NSURL alloc] initWithString:[thePanel filename]
relativeToURL:dirURL];
i remember (a year ago) in chimera we had problems with NSURL not being able to
handle certain things and freaking out so we had to abandon its use. Do you
remember why? I don't, nor does conrad, but i remember we couldn't keep using
them. *shrug*
Attachment #119766 -
Flags: review?(pinkerton) → review+
Assignee | ||
Comment 12•22 years ago
|
||
Wasn't it the crashes with very long filenames or file paths? Since, in this
case, the NSURL is coming from the file picker, it should be safe to use directly.
Comment 13•22 years ago
|
||
or maybe it was incorrectly formatted urls...either way, you're right, it
shouldn't be a worry here.
Assignee | ||
Comment 14•22 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
Attachment #119340 -
Flags: review?(pinkerton)
You need to log in
before you can comment on or make changes to this bug.
Description
•