alice0775 / userChrome.js

457 stars 123 forks source link

Download manager reopens when closed if a download is active #72

Open LummoxJR opened 2 years ago

LummoxJR commented 2 years ago

While downloading files, the ucjsDownloadsManager.uc.js script reopens the download manager any time the download updates, not just when a new download appears.

Steps to reproduce:

1) Begin downloading a long file. (Download manager window appears.) 2) Close download manager window. (Download manager window will spontaneously reopen.)

Expected behavior:

Closing the download manager window while a download is active should leave it closed. The window should be reopened only if the user presses Ctrl+J or a new download begins.