Adjust extension button's behavior when there is no active extension
Categories
(WebExtensions :: General, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: willdurand, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Whiteboard: [addons-jira])
The new extension button introduced in Bug 1777481 should be hidden when there is no visible extension. In order to fully fix this bug, we should listen to some events to know when an extension is added/disabled/removed to make sure the button is only visible when there are visible extensions AND hide this button when there is no visible extension anymore (e.g., the user had only 1 extension enabled and removed it).
Updated•3 years ago
|
Updated•3 years ago
|
Reporter | ||
Comment 1•3 years ago
|
||
According to the last UX meeting notes:
DECISION: Should behave like the download button.
- You can right-click the download button and it has a “hide when empty” option
- It stays in the toolbar (keeps its place), but is not visible
- To get it back, you go into customize mode and right click again
- Clicking the Extension button when there are no extensions doesn’t show the panel but instead opens a about:addons tab with recommended extensions
Reporter | ||
Updated•3 years ago
|
Reporter | ||
Updated•3 years ago
|
Reporter | ||
Updated•3 years ago
|
Comment 2•3 years ago
|
||
while discussing about this bug a few days ago, William and I were wondering if we should also take into account that (if we plan to anchor on the unified extensions button the install flows doorhangers) the unified extension button may also have to become visible when no extension is currently active but there are some in the process of being installed.
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Comment 3•2 years ago
|
||
I filed Bug 1781773 for allowing the widget to be customizable, which is kinda related to this bug.
Updated•11 months ago
|
Comment 6•8 months ago
|
||
Small update, we are considering hiding the extension button if user has not installed any extensions.
Comment 8•8 months ago
|
||
This is important in enterprise uses cases as well. For kiosks, locked down machines, etc. with no addons, the button is superfluous.
Description
•