Closed
Bug 146681
Opened 23 years ago
Closed 22 years ago
Double clicking on a downloaded entry in Download Manager should open the file
Categories
(SeaMonkey :: Download & File Handling, enhancement)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: pit, Assigned: iannbugzilla)
References
Details
When the download is finished the Double Click over an entry should open the file
Fix:
downloadmanager.xul: add a command cmd_dblclick associated to tree doubleclick
instead of cmd_properties
downloadmanager.js: something like
selectedItem = getSelectedItem();
if(gDownloadManager.getDownload(selectedItem.id)) same as cmd_properties
else cmd_openfile
Comment 1•23 years ago
|
||
*** Bug 146680 has been marked as a duplicate of this bug. ***
Updated•23 years ago
|
Summary: better double click behavior → Double clicking on a downloaded entry in Download Manager should open the file
Updated•23 years ago
|
QA Contact: sairuh → petersen
Accepting - patch to implement this is currently included in patch v1.1 for bug
132019
Status: NEW → ASSIGNED
Adding bug 132019 as a blocker as patch is in that bug currently
Depends on: 132019
Fix was part of patch to bug 132019 checked in by timeless - thanks
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 7•22 years ago
|
||
Verified in the 2003-06-05-08 (Win32 and Macho) trunk builds
Status: RESOLVED → VERIFIED
Comment 8•22 years ago
|
||
*** Bug 209346 has been marked as a duplicate of this bug. ***
Double rightclicking also launches with build 2003060404, even exe files. Should
I file a new bug for this?
Assignee | ||
Comment 10•22 years ago
|
||
Which it is supposed to do if you have previously told mozilla not to ask you
again if it is okay to run an exe
Comment 11•22 years ago
|
||
So it's normal that a file gets launched when you just click & rightclick to
check its properties a tad too fast..
Assignee | ||
Comment 12•22 years ago
|
||
Sorry I don't know my left from my right, as far as I am aware it shouldn't do
that, so open a new bug and add me to the cc if you want.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•