Closed
Bug 1202862
Opened 10 years ago
Closed 10 years ago
browserAction button missing context menu entries
Categories
(WebExtensions :: Untriaged, defect)
WebExtensions
Untriaged
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: rhelmer, Unassigned)
Details
Attachments
(1 file)
|
26.47 KB,
image/png
|
Details |
I've defined a toolbar button like so:
"browser_action": {
"default_title": "Candy",
"default_icon": "data/candy-icon-32.png",
"default_popup": "data/panel.html"
}
In the Firefox UI, toolbar buttons normally have four context menu entries - "Move to Menu", "Remove from Toolbar", "Bookmarks Toolbar" and "Customize...".
However my test web extension using the above code is missing the first two.
These context menu entries are present if I move the button into the menu using about:customizing.
| Reporter | ||
Comment 1•10 years ago
|
||
Oops, turns out this was caused by the VerticalTabs add-on and was happening for other toolbar buttons too!
Sorry for the noise - will test w/ a fresh profile next time.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Updated•8 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•