Replies: 1 comment 2 replies
-
That shouldn't be nessicary,
Not that I'm aware of. The Are there any errors in the log file? You might need to ask on ceforum. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A user of our product has reported that spell checking is not working anymore in our latest release version (which includes the switch from Alloy to Chrome bootstrap): SafeExamBrowser/seb-win-refactoring#1205. I have updated CefSharp to the latest version 138 and can still reproduce the issue (using e.g. https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/spellcheck); furthermore spell checking appears to work perfectly fine both in the CEF Sample Application and the CefSharp Minimal Example for version 138.
We do not have any custom code related to spell checking (apart from a simple switch to disable it completely using the "disable-spell-checking" command-line argument). Trying to enable the spell checking via the preferences of the global request context has unfortunately not worked:
Is there anything new that we need to enable resp. implement to make the spell checking work again as it did previously with the Alloy runtime?
Beta Was this translation helpful? Give feedback.
All reactions