Alex Maitland
Alex Maitland
> this could be an upstream issue in CEF, See https://github.com/chromiumembedded/cef/issues/3740
How does it behave if you disable the BF cache? https://peter.sh/experiments/chromium-command-line-switches/#disable-back-forward-cache
At some point yes, if this is a priority for you then an updated PR would be welcome 👍
Looks like the ability to disable the specific feature was removed in https://chromium.googlesource.com/chromium/src/+/3fed1eefc32dd0b0aedd428af13c4a199dc863f6 Looks like there is still a way to disable in code, so in theory you could build...
There is a preference to disable the spell check service, might be worth trying https://source.chromium.org/chromium/chromium/src/+/main:components/spellcheck/browser/pref_names.h;drc=e3f856ae03dd1c131b435a16d71f36de3f0f44a3;l=32 to see if works as a temp workaround (I haven't tested yet)
> heavily the last week, and so far it has led me to create #3860 @mol I suspect your issue is a duplicate of this one. I suspect the cases...
> There is a preference to disable the spell check service, might be worth trying https://source.chromium.org/chromium/chromium/src/+/main:components/spellcheck/browser/pref_names.h;drc=e3f856ae03dd1c131b435a16d71f36de3f0f44a3;l=32 to see if works as a temp workaround (I haven't tested yet) Unfortunately this...
Looks like `Electron` were disabling `WinRetrieveSuggestionsOnlyOnDemand` to get spell check working, as that no longer works they have made changes to support async suggestions. https://github.com/electron/electron/commit/47f08d8922aa909f62ecf0fca75179f160d06876 I've only had a quick...
Could probably use some more tests, specifically for multiple origins in the list