Question
Infosys
US
Last activity: 9 Jun 2023 10:21 EDT
Enable Native Browser Spell Check
We have a requirement to enhance the spell checker provided OOTB in Pega as business is not satisfied with the behavior of Pega's Rich Text Area spell checker.
Rather than adding custom code to the OOTB spell checker, I would like to simply enable the native browser spell checker (Chrome or Edge).
I located this support article: https://support.pega.com/support-doc/troubleshooting-rich-text-editor-issues
As per the article:
By default, browser spell check functionality is disabled in Pega applications. If you want to enable native browser spell checking, complete the following steps:
- In UserWorkForm, set the
window.disableNativeSpellChecker
option tofalse
to enable it. - If the Context Menu plugin is enabled, users must select and hold the Ctrl key when right-clicking misspelled words to see the suggested corrections.
However, even after following the above steps, the native spell checker is not working and the 'window.disableNativeSpellChecker' is now appearing at the top of every screen.
I also checked into the CK Editor files themselves, but as they are Final and Internal, they cannot be updated.
Is there any way to disable the CK Editor and enable the Browser Native Spell Checker instead?