-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
link search doesn't get disabled #711
Comments
I don't think those options ever made it to the newer contextual menus. I'll see about fixing that. The "page" shouldn't be showing empty folders. Not sure what is going on there. I may need to try your config to see what's going on. |
the link fix should be in the master branch if you're sideloading. Otherwise, I hope to get a new release out in a week or so. Lots of changes need testing though |
btw outside of link search, when I right click I have "search for page". for example if I right clink on a link and it shows "search for link" then right click on another empty part of page, first right click doesn't show the addon submenu at all. then next clicks shows "search for page". and if I use right click to show the "search for page" then next right click on links doesn't show link search submenu but next right clicks do. same for right clicking on images after right clicking on links. though to be honest this sound like a separate issue. |
This usually happens because the context menu will show immediately, whether the code for this addon has had time to finish or not. So sometimes, you'll see a placeholder where a more descriptive menu title would be, because the menu was built and displayed before the code to get the search terms had time to complete. The webextensions API doesn't give addon developers control over the menu, and we can't alter the menu once it's displayed. So it all comes down to ..............timing. |
I have disabled link option search on context menu.
but right clicking on links still shows the search menu.
this also happens with "page" option even though I have not set any search for page element.
The text was updated successfully, but these errors were encountered: