Support two-part browserAction buttons with a primary action and a secondary menu
Categories
(WebExtensions :: Frontend, enhancement)
Tracking
(Not tracked)
People
(Reporter: kmag, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [browserAction][design-decision-needed])
Attachments
(3 files)
3.87 KB,
image/png
|
Details | |
850 bytes,
image/png
|
Details | |
4.54 KB,
patch
|
Details | Diff | Splinter Review |
![]() |
Reporter | |
Updated•9 years ago
|
Updated•9 years ago
|
![]() |
Reporter | |
Updated•9 years ago
|
Updated•9 years ago
|
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
![]() |
Reporter | |
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
![]() |
Reporter | |
Comment 5•8 years ago
|
||
Comment 7•8 years ago
|
||
Comment 10•8 years ago
|
||
Comment 11•8 years ago
|
||
Comment 12•8 years ago
|
||
![]() |
Reporter | |
Updated•8 years ago
|
![]() |
Reporter | |
Updated•8 years ago
|
Comment 14•8 years ago
|
||
Comment 15•8 years ago
|
||
Updated•8 years ago
|
Updated•8 years ago
|
Updated•8 years ago
|
Comment 16•8 years ago
|
||
Updated•8 years ago
|
Comment 17•8 years ago
|
||
Comment 18•8 years ago
|
||
Comment 19•8 years ago
|
||
Comment 20•8 years ago
|
||
Comment 21•8 years ago
|
||
Comment 22•8 years ago
|
||
Comment 23•8 years ago
|
||
![]() |
||
Comment 24•7 years ago
|
||
Comment 25•7 years ago
|
||
Comment 26•7 years ago
|
||
Comment 27•7 years ago
|
||
Comment 28•7 years ago
|
||
Comment 29•7 years ago
|
||
Comment 30•7 years ago
|
||
Comment 31•7 years ago
|
||
Comment 32•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Comment 33•6 years ago
|
||
Comment 34•6 years ago
|
||
The built-in UI functionality has been removed in bug 1434860, and there has been very little interest in this bug in the past two years.
Extensions can define context menu items on the extension button, or use custom HTML (e.g. a tabbed UI) in the extension popup to provide access to functionality.
There is also a different, approved feature request to support multiple actions depending on mouse button / keyboard modifiers in bug 1405031.
Comment 35•6 years ago
|
||
there has been very little interest in this bug in the past two years
Please tell me how can we show interest in a bug without posting on bugzilla, cause if we post here the post are hidden as off topic, advocacy or similar cause this is not the place to do that.
I need to know ASAP so i can show interest in bugs that are still open so they don't close them forever as this one so one day I'll be able to port to web-extensions without losing half the features.
Extensions can define context menu items on the extension button, or use custom HTML (e.g. a tabbed UI) in the extension popup to provide access to functionality
Of course we can use the extension UI to achieve the same just with one additional click... lately I've seen this approach on a few UI designs moving everything one, or even more, clicks away than before just so we can have less buttons showing at once.
For my it seems like trading "better looking" for commodity/speed. ¯\(ツ)/¯
Comment 36•6 years ago
|
||
(In reply to Sergio from comment #35)
there has been very little interest in this bug in the past two years
Please tell me how can we show interest in a bug without posting on bugzilla, cause if we post here the post are hidden as off topic, advocacy or similar cause this is not the place to do that.
I need to know ASAP so i can show interest in bugs that are still open so they don't close them forever as this one so one day I'll be able to port to web-extensions without losing half the features.
This bug was closed because it seemed unlikely that we would ever implement this (as the UI did not exist any more, and the supporting internals were gone). The fact that there has been little activity on this bug was not the deciding factor, but it did help with confirming that the bug could be closed.
In general, if a bug is closed while it should not have been, then you could post a comment and respectfully explain why you believe that a bug should not have been closed. If the comment is convincing, a bug may be reopened. The number of people that work on this is not infinite, so we cannot implement every requested feature and need to prioritize.
Description
•