-
Notifications
You must be signed in to change notification settings - Fork 83
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
Needs two clicks to get spell checker context menu #98
Comments
It's likely you are inadvertently creating a context menu somewhere else. For example when using Chrome developer tools I have an inspect element option on the first click, and have to click again to get the normal context menu. |
@WilliamHolmes Yes, the solution is to not display your application's context menu when the spell checker is supposed to display its for a misspelled word. e.g. for your context menu add a check like following
|
Thanks @snene i’ll try that. |
Unfortunately no. Have you downloaded the source code and searched for the string "Search with Google" ? That's where I'd start. If you find out how to do this, please be sure to come back and update us! |
Thanks for he reply. I’ve opened a issue/question to the wider community for some feed back. #114 |
FYI Found it. |
electron: 1.7.8
electron-spellchecker: 1.1.2
Thanks for the example provided, I got spell checker to work in my application inside the webview. It detects the wrongly spelled words and marks them. But when I right click on the wrong word, I don't see the menu entries for the spell checker. But when I right click the second time, I see them.
I am also using electron-context-menu to add other context menu entries.
I am wondering why do I need to click twice to get the spell checker menu entries. Any pointers? Thanks a lot!
The text was updated successfully, but these errors were encountered: