Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two download manager windows open when private window is active #73

Open
LummoxJR opened this issue Aug 25, 2022 · 0 comments
Open

Two download manager windows open when private window is active #73

LummoxJR opened this issue Aug 25, 2022 · 0 comments

Comments

@LummoxJR
Copy link

The ucjsDownloadsManager.uc.js script causes two copies of the download manager to appear when you begin a download, if a private window is open. One copy is for regular downloads, and the other is for private downloads. It's okay that there are two different manager windows, but they should only open when a download is active for that particular window. Instead, downloading in a regular window will cause the private download manager window to appear also.

Steps to reproduce:

  1. Open a private window in addition to existing non-private windows.
  2. In either the private or regular window, begin a download. (Two download managers will appear. One of them will be empty.)

Expected behavior:

The appropriate download window, normal or private, should only open for whichever download is initiated. A normal and private download manager window should not open at the same time.

This issue is probably related to #72 in which the download manager can't be closed while a download is active. I've reported it separately in case it's a different issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant