-
-
Notifications
You must be signed in to change notification settings - Fork 378
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 checker not working #324
Comments
Another workaround : Adding this code line before the GlobalCEFApp.StartMainProcess call in the DPR file |
Try using the TChromium.SpellChecking and TChromium.SpellCheckerDicts properties like this. |
Works really fine, thanks. But in my tests it must be setted before TChromium created event (i.e OnFormCreate), if it be set on BrowserCreatedMsg, seems not works. |
Those properties modify the browser preferences. The preferences are updated automatically after the next navigation or you can also force an update when you call TChromium.UpdatePreferences manually. |
Fixed upstream |
The spell checker in the latest CEF4Delphi version doesn't work.
This issue has been reported to the CEF project :
chromiumembedded/cef#3055
Workaround : Keep using the version in last CEF4Delphi release.
https://github.com/salvadordf/CEF4Delphi/releases/latest
The text was updated successfully, but these errors were encountered: