Closed
Bug 229062
Opened 21 years ago
Closed 20 years ago
Clicking Download Notification/link does not show Download Manager
Categories
(Toolkit :: Downloads API, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla1.7.4
People
(Reporter: bugzilla, Assigned: bugs)
References
Details
(Keywords: fixed-aviary1.0, regression)
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
The Download Notification alert is a bit confusing, when I see that its
underlinded I expect it to do something when I click on it. Nothing happends though.
For example, I am downloading several files, to different locations. When a
download is done, I get this notification and clicking on it should take me to
the files location. But now nothing happends.
Using 20031218 0.8 branch build.
As per the comment at
http://lxr.mozilla.org/mozilla/source/toolkit/components/downloads/src/nsDownloadManager.cpp#2042
the alert is clickable only when the DM is not automatically cleared. The
underline appears, but clicking it does nothing.
Confirming Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b)
Gecko/20031216 Firebird/0.7+
Summary: Download Notification not clickable → Clicking Download Notification does not show Download Manager
Reporter | ||
Updated•21 years ago
|
Summary: Clicking Download Notification does not show Download Manager → Clicking Download Notification/link does not show Download Manager
Reporter | ||
Comment 2•21 years ago
|
||
*** Bug 230509 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → Firebird0.9
Reporter | ||
Comment 3•21 years ago
|
||
*** Bug 231209 has been marked as a duplicate of this bug. ***
Comment 4•21 years ago
|
||
*** Bug 231323 has been marked as a duplicate of this bug. ***
*** Bug 234287 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 6•21 years ago
|
||
*** Bug 236453 has been marked as a duplicate of this bug. ***
Comment 7•21 years ago
|
||
*** Bug 234211 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
QA Contact: aebrahim
Comment 8•21 years ago
|
||
*** Bug 236818 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•21 years ago
|
Target Milestone: Firefox0.9 → Firefox1.0beta
Comment 9•21 years ago
|
||
A problem is that downloading sometimes reports a successful complete even if
only a portion was downloaded. When i donwload a 3000 k file and its only 789k
it is not complete. Firefox shall get that is was an unsuccessful download.
Comment 10•21 years ago
|
||
The target is Firefox1.0beta, so this doesn't block Firefox 0.9.
Flags: blocking0.9? → blocking0.9-
Reporter | ||
Comment 11•21 years ago
|
||
*** Bug 241771 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Flags: blocking1.0?
Assignee | ||
Updated•21 years ago
|
Flags: blocking1.0? → blocking1.0+
Comment 12•21 years ago
|
||
*** Bug 244287 has been marked as a duplicate of this bug. ***
Comment 13•21 years ago
|
||
Ben, what's the expected behavior here? I assume it's to open the Downloads
window. Once you clarify that, I'll try and fix this.
Comment 14•21 years ago
|
||
(In reply to comment #13)
> Ben, what's the expected behavior here? I assume it's to open the Downloads
> window. Once you clarify that, I'll try and fix this.
That's correct. The download manager is supposed to display when you click the
link. I can't think of any other behaviour that makes sense.
Comment 15•20 years ago
|
||
*** Bug 245838 has been marked as a duplicate of this bug. ***
Comment 16•20 years ago
|
||
> > Ben, what's the expected behavior here? I assume it's to open the Downloads
> > window. Once you clarify that, I'll try and fix this.
> That's correct. The download manager is supposed to display when you click the
> link. I can't think of any other behaviour that makes sense.
3 of the duplicate bugs ( that's all I've checked) have assumed it would go to
the downloaded file in windows explorer/file manager, not the download manager.
Perhaps an option to say - go to download manager, or go to last downloaded file
location?
Two clicks in both cases:
- one to downlaod manager, then another to open the download.
versus
- one click to go to the enclosing directory. Another to open the download.
I don't always want to open straight away. I want to go to the enclosing folder
to scan it, or see other things I've downloaded in there at the same time.
My 2c worth.
Comment 17•20 years ago
|
||
*** Bug 246125 has been marked as a duplicate of this bug. ***
Comment 18•20 years ago
|
||
Mark, I believe it would make better sense to make the link open the Download
Manager, simply because of the fact that if one downloads several files
concurrently, it would be better to handpick which file is to be opened, which
is done easily through the manager. Of course, I'm only talking about Firefox's
default behaviour.
Besides, I think (not sure on this) the alert only pops up when all the current
files have been downloaded, and making Firefox launch all the "recent" downloads
at once just doesn't sound very usable (just imagining several separate sessions
of a huge program such as Photoshop is scary for the average PC, or worse, a
program which doesn't allow multiple instances could go haywire and crash).
Your suggestion on selecting the default behaviour for the link should probably
become an extension, to allow Power Users to tweak such a thing.
Comment 19•20 years ago
|
||
(In reply to comment #18)
> Your suggestion on selecting the default behaviour for the link should probably
> become an extension, to allow Power Users to tweak such a thing.
Cool - so default is download manager, and then if you get time to do it, you
can do the customisation option - fine with that!
Comment 20•20 years ago
|
||
*** Bug 247152 has been marked as a duplicate of this bug. ***
Comment 21•20 years ago
|
||
Ah, sorry, I created that last duplicate... Anyways, what I have said there and
haven't seen mentioned here:
When it opens/focuses the download manager, it should select the finished
download the popup was about...
p.s. opening the download location is weird, if you ask me :). I hope you won't
implement that behaviour. From within the download manager, it is a single click
on 'show' to open the file location, easy enough, and it offers other handy
functionality (such as open/run) as well. It will also make the download
manager easier to find for people not accustomed to it (such as 'dummy' users
moving from IE). About adding an option for different behaviour, I don't know if
that is desireable, it sounds an awful lot like the Mozilla-the-Suite 'add every
possible option' policy...
p.s.2. I'm glad to see this is a blocking1.0 :).
~Grauw
Comment 22•20 years ago
|
||
*** Bug 247248 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 23•20 years ago
|
||
- make sure nsDownloadManager implements QI magic for nsIAlertListener so that
the QI in the alert prompt dialog will actually succeed!
Assignee | ||
Comment 24•20 years ago
|
||
fixed br & trunk.
Assignee | ||
Comment 25•20 years ago
|
||
fixed br & trunk.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 26•20 years ago
|
||
Oh sure, steal my thunder.
Comment 27•20 years ago
|
||
Works fine! -> v.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040701
Firefox/0.9.0+ (Steffen)
Status: RESOLVED → VERIFIED
Comment 28•20 years ago
|
||
*** Bug 249534 has been marked as a duplicate of this bug. ***
Comment 29•20 years ago
|
||
*** Bug 246325 has been marked as a duplicate of this bug. ***
Comment 30•20 years ago
|
||
*** Bug 249846 has been marked as a duplicate of this bug. ***
Comment 31•20 years ago
|
||
*** Bug 250204 has been marked as a duplicate of this bug. ***
Comment 32•20 years ago
|
||
*** Bug 251255 has been marked as a duplicate of this bug. ***
Comment 33•20 years ago
|
||
*** Bug 252238 has been marked as a duplicate of this bug. ***
Comment 34•20 years ago
|
||
*** Bug 252539 has been marked as a duplicate of this bug. ***
Comment 35•20 years ago
|
||
*** Bug 252636 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 36•20 years ago
|
||
*** Bug 254950 has been marked as a duplicate of this bug. ***
Comment 37•20 years ago
|
||
*** Bug 254969 has been marked as a duplicate of this bug. ***
Comment 38•20 years ago
|
||
*** Bug 255871 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Keywords: fixed-aviary1.0
Comment 39•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a6) Gecko/20041213
Firefox/1.0+
This regressed on TRUNK between the 20041212-08 and 20041213-08 (PST) builds (Win)
Comment 40•20 years ago
|
||
Checkins 20041212-08 PST to 20041213-08 PST:
bug 36322 [Core]-Japanese text justification [All]
bug 267089 [Firefox]-Remove nsIAlertListener from toolkit [All]
bug 268119 [Core]-Freeze/crash with [@ 0x0000189c nsBlockFrame::AddFrames]
:first-letter inside absolute positioned div [@
nsCSSFrameConstructor::WrapFramesInFirstLetterFrame] [All]
bug 272079 [Core]-decomtaminate nsIContent::GetNameSpaceID() [All]
Wild guess, bug 267089 ?
Comment 41•20 years ago
|
||
I checked in a typo fix for bug 267089. Please mark this bug fixed if that fixed it.
Comment 42•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a6) Gecko/20041221
Firefox/1.0+
Just checked the latest build, it's working again.
Thanks Steffen
->RESOLVED/FIXED
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Firefox → Toolkit
Comment 43•11 years ago
|
||
Something similar is happening to me in Linux (Linux Mint 16 Mate). When i click on the "Download" icon to see the donload progress, nothing is shown. I see a flash of a window for a milisecond, as if the download manager tries to open, but it doesn't work.
You need to log in
before you can comment on or make changes to this bug.
Description
•