aesqe / firefox-downloads-sidebar

A Firefox web extension that displays a list of your recent downloads in the sidebar
https://addons.mozilla.org/en-US/firefox/addon/downloads-sidebar/
MIT License
17 stars 3 forks source link

open download folder while not completed #16

Closed lazymonkey2 closed 5 years ago

lazymonkey2 commented 5 years ago

hello, I'd like to open the download folder even if the download is not completed: usually I open the folder and the drag and drop the url into the folder, to remember the site from which I downloaded the file. Instead noe the icon is disabled during download. Can you just always enable the icon? thanks.

josalhor commented 5 years ago

That's actually an interesting behaviour. I didn't design it, aesqe did. My intution was that the folder was not known until the end of the download, so I never fully checked that functionality/code. I also thought it was designed to mimick the way usual downloads work? But that is not that right, since on the official download panel you can right click and open the folder.

Also, anyway the icon can still be clicked even if visually it doesn't look like it. (wuh?)

I'm probably going to pull request this to change.

lazymonkey2 commented 5 years ago

ah yes, it's always clickable. doh!

aesqe commented 5 years ago

Fixed in #17