Open
Description
Inconsistency: contextMenus/Menus
Please note the following inconsistencies in chrome.contextMenus and menus
contexts default
- Chrome & Safari default to
['page']
- Firefox defaults to
['all']
contexts inheritance
Generally, child menus inherit parent's contexts.
- Chrome
'action'
child menus do not appear to inherit from their parent's contexts
Unicode support
- Chrome used to fully support Unicode in contextMenus title but not for the last 1-2 years
e.g. displaysU S
instead of 🇺🇸 in contextMenus title (as well asaction.setBadgeText
,action.setTitle
)