Open
Bug 126202
Opened 23 years ago
Updated 2 years ago
Never use the Windows directory selection common dialog for saving multiple files
Categories
(Firefox :: File Handling, enhancement)
Tracking
()
NEW
People
(Reporter: netdragon, Unassigned)
Details
(Keywords: helpwanted)
Attachments
(2 files)
This is for any part of Mozilla that uses the directory selection common dialog.
For instance, Mailnews "Save All". I am not sure whether this is also in the
Mozilla Browser and assume it is part of the Mozilla File Handling code,
therefore, I put it into the Browser because I can't have it for multiple products.
The Windows directory selection box doesn't allow you to create new directories,
therefore it is not a good idea to use it for saving multiple files. It is
always nice to be able to add a new directory.
Comment 1•23 years ago
|
||
What do you suggest we use?
Reporter | ||
Comment 2•23 years ago
|
||
This is a picture of the offending dialog box.
Reporter | ||
Comment 3•23 years ago
|
||
If this dialog has a flag to allow you to create a new folder, then use it.
Otherwise, we should try to use the common one and somehow flag it to accept
directories only. I have seen the offending dialog box with the ability to make
new directories. I haven't looked into this fully, though (Don't have time right
now).
Comment 4•23 years ago
|
||
http://codeguru.earthweb.com/mfc/comments/2204.shtml has some information that
may be relevant...
Reporter | ||
Comment 5•23 years ago
|
||
Somehow, IE's FTP window does it right.
Updated•22 years ago
|
Keywords: helpwanted
Updated•22 years ago
|
QA Contact: sairuh → petersen
Comment 8•22 years ago
|
||
BIF_USENEWUI is available in version 5.0 of (I think) Shell32.dll . Will
versions below 5 (eg. 4.71) fail gracefully if the flag is passed in?
Comment 9•22 years ago
|
||
I'm pretty sure it would. We should put the BIF_USENEWUI flag in and see if
there's any fallout. Does anyone really have common controls less than 5.0
these days, though?
Updated•15 years ago
|
Assignee: law → nobody
QA Contact: chrispetersen → file-handling
Updated•8 years ago
|
Product: Core → Firefox
Version: Trunk → unspecified
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•