We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1567b commit c43aec1Copy full SHA for c43aec1
CefSharp.Core.Runtime/CefSettingsBase.h
@@ -53,6 +53,10 @@ namespace CefSharp
53
//being hosted in different render processes.
54
//https://github.com/cefsharp/CefSharp/issues/2967
55
_cefCommandLineArgs->Add("disable-site-isolation-trials");
56
+
57
+ //Disable Windows Spellchecker as CEF doesn't support yet
58
+ //https://bitbucket.org/chromiumembedded/cef/issues/3055/windows-spell-checker-not-working-add
59
+ _cefCommandLineArgs->Add("disable-features", "CalculateNativeWinOcclusion,WinUseBrowserSpellChecker");
60
}
61
62
/// <summary>
0 commit comments