Skip to content
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

[Bug]: spell checker isn't downloading the dictionary in versions 11.0.0 + #29348

Closed
3 tasks done
rileycirrus opened this issue May 27, 2021 · 7 comments
Closed
3 tasks done

Comments

@rileycirrus
Copy link

Preflight Checklist

Electron Version

11.4.7

What operating system are you using?

Windows

Operating System Version

Windows 10 Home version 20H2 build 19042.985

What arch are you using?

x64

Last Known Working Electron version

10.4.7

Expected Behavior

Electron downloads the dictionary to the dictionaries folder in appdata/Roaming/Electron/Dictionaries

Actual Behavior

Electron does not download the dictionary, and nothing can be found in the dictionaries folder.

Testcase Gist URL

No response

Additional Information

This works fine on versions before 11.
I have done a fair bit of testing with versions on this and I think one version is downloading the dictionary to the root directory as well ("appdata/Roaming/Electron", not sure which, I will update if i find it)

@tyson-sh
Copy link

tyson-sh commented Jun 2, 2021

Also experiencing this. Hoping for a fix as this is seriously holding my app back.

@rileycirrus
Copy link
Author

Is this potentially caused by Chrome starting to use the windows dictionary?
https://www.theverge.com/2020/5/28/21273934/microsoft-google-chrome-edge-chromium-spellcheck-improvements

@hwallis93
Copy link

I'm also very interested in getting this fixed

@AndreThompson-Atlow
Copy link

AndreThompson-Atlow commented Mar 8, 2022

Having some issue with this as well, had to pull spell check out of my app for now. Hopefully this gets resolved as soon as possible, i'd rather use electron 12+ than 11.

Edit: Also in response to this maybe being about chrome using the windows dictionary, I did try to use the electron webContents 'enableBlinkFeatures' and 'disableBlinkFeatures' to enable/disable the chromium use_renderer_spellcheck and use_browser_spellcheck flags, and it didn't seem to resolve the issue. That said, there might be some nuance to doing this that i'm not aware of and it's also possible that these flags are controlled a different way.

@CaseyLeeMurphy
Copy link

Any updates on this? The spellcheck feature on windows is not working at all for us in our application as a result of these dictionaries not downloading. We're on electron version 15.3.3 and still experiencing this issue

@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2022

This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. If you have any new additional information—in particular, if this is still reproducible in the latest version of Electron or in the beta—please include it with your comment!

@github-actions github-actions bot added the stale label Oct 5, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Nov 6, 2022

This issue has been closed due to inactivity, and will not be monitored. If this is a bug and you can reproduce this issue on a supported version of Electron please open a new issue and include instructions for reproducing the issue.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants