support more than one contextmenu entry in root menu
Categories
(WebExtensions :: Frontend, defect)
Tracking
(Not tracked)
People
(Reporter: micha.postbox, Unassigned)
References
(Depends on 1 open bug)
Details
(Whiteboard: [design-decision-denied])
Updated•8 years ago
|
Comment 1•8 years ago
|
||
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
Comment 6•8 years ago
|
||
Comment 7•8 years ago
|
||
Comment 10•7 years ago
|
||
Comment 12•7 years ago
|
||
Comment hidden (off-topic) |
Comment 14•7 years ago
|
||
Comment 15•7 years ago
|
||
Updated•6 years ago
|
Comment 16•5 years ago
|
||
Is it still a thing? Because of this nonsense I had to split my extension into 3 separate extensions. It is ridiculous!
Updated•5 years ago
|
Comment 17•4 years ago
|
||
This is a huge bummer. Would just like to add my two cents... it'd be really great to see this fixed.
I've been exploring ways to restore the old "Close Tabs to the Right" and "Close Other Tabs" context menu behavior seeing as v78 needlessly grouped them into a submenu.
I finally decided to write an extension to re-add these items to the root of the context menu, only to discover that they automatically get grouped into a submenu themselves. And then I see that people have been voicing their dissatisfaction about this for 4 years now.
I could split it into multiple extensions, but then I'll run into inconsistent menu item ordering as described in this 3-year-old issue: https://bugzilla.mozilla.org/show_bug.cgi?id=1370735
What a nightmare. Just encountering one issue after another, all so that I can restore a behavior that never should have changed to begin with.
Comment 18•4 years ago
|
||
I came here for exactly same reason joe :(
This is an accessibility issue for me - more mouse-clicks == more pain.
I don't mind FF nesting stuff in context menus by default, but ffs let me mod it back.
Comment 19•4 years ago
|
||
I've had to do an ugly hack - have one context menu entry (so it appears at top), and then handle {left/middle/right} click to {close tabs to left/close other tabs/close tabs to right}.
Description
•