-
Notifications
You must be signed in to change notification settings - Fork 117
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
Spell Check No Longer Working #135
Comments
Thanks for reporting this @cswartzvi . I took a look at the Franz code and it appears to use the same library ( |
@cswartzvi I appreciate your patience on this one. It is frustrating for me as a developer to have this break so soon after I implemented it as a feature. This breaking is a result of a combination of:
I believe I have this fixed locally and I can explain here more tomorrow and hopefully get a release out soon. |
I completely understand, and I appreciate the work you're doing. I am interested to hear about the (possible) solution. Please let me know I you need additional testers. |
Alrighty, here's the explanation as to why this is happening. Recently, around the time I released v0.8.0,
Now this shouldn't be a problem because 😐 I'm not sure why or if this behavior of pretending dependencies in a Luckily, Electron (well, actually Chromium) provides a way to deal with this problem. The headers sent to a I'm traveling at the moment but should have a release out in the next day or two. Additional resources: https://developers.google.com/web/fundamentals/security/csp/ |
….android.com to fix WebAssemby compilation/spell check (Fixes #135) -Add explicit options to app renderer BrowserWindow (per Electron warnings) -Update package-lock
Hello, the spell check is no longer working on version 2.0.0 - running Chrome 75.0.3770.142 on MacOS. Will this be permanently fixed at some point? |
Misspelled word indicators and context menu word suggestions now longer appear in version 0.90 as tested on Windows 10 and Ubuntu 18.10. This may be directly related to the Messages service itself, because I was unable to remedy the situation by downgrading to version 0.80 (which was working perfectly a few days ago). Interestingly, the app Franz which also provides a wrapper around Messages lost it's ability to spell check as well 😕.
The text was updated successfully, but these errors were encountered: