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

CSO behaves weird in iframes #55

Closed Zitronella closed 6 years ago

Zitronella commented 6 years ago

I mark the word "test" in https://www.google.de/search?q=test and search with the extension afterwards. It is working. Then I mark a word in the iframe of https://codepen.io/GBora/pen/VLYyzY and in the context menu it still looks for the word "test". The same thing, if I enter an editor with the address data: text / html, and type in xxxxx there and then search in the context menu, it is still looking for "test" The same also when i search something on site https://addons.mozilla.org/en-US/firefox/addon/context-search-we/

With Firefox 59 all these things works correct. Could you please fix it in your wonderful extension?

NumeriusNegidius commented 6 years ago

The second part of the issue, about not working on addons.mozilla.org is work in progress, see issue #49

The second part needs some more investigation, I'll need to look in to it.

NumeriusNegidius commented 6 years ago

This should be fixed in code now, will be released on AMO soon.