Spellcheck is not working for some windows 10 users in CEF Minimal Example #3518
Replies: 1 comment 2 replies
-
Does the problem reproduce with version 89? Did you check the log file? Do the machines have internet access to download the dictionary? What's different about these machines to the ones that work? I've not seen any other reports of problems. There is an known upstream issue https://bitbucket.org/chromiumembedded/cef/issues/3055/windows-spell-checker-not-working-add CefSharp has the workaround applied by default https://github.com/cefsharp/CefSharp/blob/cefsharp/89/CefSharp.Core.Runtime/CefSettingsBase.h#L59
Please clarify what you mean by CEF minimal example? Do you mean the CEF Sample application? What command line args did you test with? I'm converting this to a discussion as it's unlikely a bug in CefSharp directly (requiring a code change) as spell checking is entirely implemented in CEF/Chromium. |
Beta Was this translation helpful? Give feedback.
-
What version of the product are you using?
v88.2.90
What architecture x86 or x64?
x64
What version of .Net?
.Net 5.0
On what operating system?
Win10
Are you using
WinForms
,WPF
orOffScreen
?WPF
What steps will reproduce the problem?
We are not able to repro this issue in all the machines. Only in some machines we see that Spellcheck is not working in CEF Minimal Example
What is the expected output? What do you see instead?
Spell check should work in all machines
Please provide any additional information below.
We've tested in simple WPF application and Spellcheck is working in it. In Chrome browser too it's working fine. Only in CEF Minimal Example we see this issue.
Does this problem also occur in the
CEF
Sample ApplicationWe've tested on CEF Minimal Example and there we see this issue.
Beta Was this translation helpful? Give feedback.
All reactions