NumeriusNegidius / Context-Search

A Firefox WebExtension that displays a context menu, that searches for the selected text.
https://addons.mozilla.org/firefox/addon/context-search-we/
Mozilla Public License 2.0
32 stars 9 forks source link

"&" is not shown in the context menu #64

Closed NumeriusNegidius closed 5 years ago

NumeriusNegidius commented 6 years ago

It is hidden, for some reason though it is still searched for.

NumeriusNegidius commented 5 years ago

As per MDN:

If the title contains an ampersand "&" then the next character will be used as an access key for the item, and the ampersand will not be displayed. Exceptions to this are: If the next character is also an ampersand: then a single ampersand will be displayed and no access key will be set. In effect, "&&" is used to display a single ampersand." [...]

This should be fixed in 43f1aa9