Adjust extension button's behavior when there is no active extension
Categories
(WebExtensions :: General, enhancement, P2)
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•9 months ago
|
Updated•9 months ago
|
Reporter | ||
Comment 1•9 months 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•9 months ago
|
Reporter | ||
Updated•9 months ago
|
Reporter | ||
Updated•9 months ago
|
Comment 2•8 months 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•8 months ago
|
Reporter | ||
Comment 3•8 months ago
|
||
I filed Bug 1781773 for allowing the widget to be customizable, which is kinda related to this bug.
Description
•