userChrome.js icon indicating copy to clipboard operation
userChrome.js copied to clipboard

Download manager reopens when closed if a download is active

Open LummoxJR opened this issue 2 years ago • 0 comments

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.

LummoxJR avatar Aug 25 '22 19:08 LummoxJR