firefox-downloads-sidebar icon indicating copy to clipboard operation
firefox-downloads-sidebar copied to clipboard

Open automatically on download start?

Open kushagr-m opened this issue 7 years ago • 1 comments

It would be good if the sidebar opened automatically as soon as a download started. (I will look into WebExtensions and try to make a PR for this)

kushagr-m avatar Feb 05 '18 07:02 kushagr-m

After reviewing this problem I seem to find the limitation in the API itself.

When an extension that defines a sidebar is first installed, its sidebar will be opened automatically. This is intended to help the user understand that the extension includes a sidebar. Note that it's not possible for extension to open sidebars programmatically: sidebars can only be opened by the user.

Source: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/user_interface/Sidebars

I don't think we can't do anything about that :(

josalhor avatar Apr 12 '18 22:04 josalhor