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
Can't disable spell checker when or after using dev tools #531
Comments
|
Hey @XVonRad Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our Open Collective and consider contributing financially. https://opencollective.com/responsively
|
|
Hi @XVonRad , can you please share a screenshot, gif or video showing the issue? |
|
Maybe we can play around with the win = new BrowserWindow({
spellcheck: false,
.....
});
<webview
webpreferences="spellcheck=no"
....
/> |
Responsively 2020-11-08 16-09-15.zip Hi @jjavierdguezas |
|
I see it now @XVonRad .. yes I think that a toggle in user preferences to activate/deactivate spell checker will be useful |


My page has non-english words. The spell checker is activated as soon as I open dev tools. The red squiggly red lines under unrecognized words ruin the page rendering. From then on only a full refresh will deactivate the spell checker.
A setting where spell check can be turned on and off
Disabling spell checking at OS level (Windows 10 in my case).
🕵🏼♂︄1�7 Is this a regression?
See description
Windows 10
The text was updated successfully, but these errors were encountered: