Closed
Bug 94491
Opened 24 years ago
Closed 24 years ago
tree in file open dialog does not need mutliple selection
Categories
(Core :: XUL, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.9.5
People
(Reporter: mikeypotter, Assigned: bryner)
Details
Attachments
(1 file)
822 bytes,
patch
|
jag+mozilla
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
The tree that you get when you go to open a file does not need multiple
selection. I can't find an instance where I am allowed to open multiple files.
I came across this bug as I was attaching files to an email message. I wanted
to attach multiple files, so I held down ctrl as I selected files. They were
selected, however I could only attach one at a time. The same happens if you go
to open a file in the browser or editor.
Fix this by adding "multiple=false" to the tree tag. Unfortunately, I don't
know where the file open XUL is.
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 69528 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 3•24 years ago
|
||
*** This bug has been marked as a duplicate of 43015 ***
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 4•24 years ago
|
||
I don't know if its a duplicate, but they are certainly related.
I think this bug covers more of the other applications, like Navigator and
Editor, whereas the other bugs only cover email attachments.
Suggest it be reopened and put as a dependancy on the other bugs.
This will also impact the OEone team as we use the open file dialog many times.
I guess what we really need is to pass the open file dialog a parameter on
whether you can open > 1 document. If true, set the tree to multiple=true,
otherwise set it to multiple = false.
Adding keyword oeone and asking that it be reopened.
Keywords: oeone
Comment 5•24 years ago
|
||
Sorry, I guess I was just assuming that when bug 43015 is fixed we'll get
nsILocalFile improvements for free. ;) I don't know if there's a specific bug
for multiple-selection support in nsIFilePicker, so I'll just leave this open
for now. Anyone else?
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 7•24 years ago
|
||
May God have mercy on us all. The 212 bug spam-o-rama is Now!
QA Contact: aegis → jrgm
Assignee | ||
Comment 8•24 years ago
|
||
yep, really easy fix.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.5
Assignee | ||
Comment 9•24 years ago
|
||
Comment 10•24 years ago
|
||
r=jag.
Though isn't there a bug on making the xp filepicker support multiple selection?
Updated•24 years ago
|
Attachment #48245 -
Flags: review+
Updated•24 years ago
|
Attachment #48245 -
Flags: superreview+
Comment 11•24 years ago
|
||
sr=jst
Assignee | ||
Comment 12•24 years ago
|
||
checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Updated•24 years ago
|
QA Contact: jrgm → sairuh
Comment 13•24 years ago
|
||
vrfy fixed using 2001.10.04.08-trunk bits on linux.
fiddled around with modifier keys here, and filed bug 103243, where
ctrl+clicking moves the focus ring but not the highlight.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•