Page 1 of 1

3.2.0 Spellcheck Correct - Broken In Brave

Posted: Wed Mar 03, 2021 8:41 pm
by aaron
I love the WYSIWYG editor in the new 3.2.0 but it seems I have now lost the ability to right click on the misspelled word to get the correct spelling suggestion when using the Brave browser. I misspell a LOT of words so this feature is esential :D .

When you right click on the wavy underlined misspelled word it brings up the 'link' option instead of the suggested correct spelling.

It works correctly in IE so must be something unique to Brave.

Is there a workaround or fix available for this?

Re: 3.2.0 Spellcheck Correct - Broken In Brave

Posted: Thu Mar 04, 2021 7:45 am
by Klemen
Don't have the Brave browser, but I presume this can be fixed by turning the context menu off in the editor.

Try this:
  1. open file /inc/tiny_mce/tinymce.inc.php in a powerful text editor such as Notepad++ (don't use Microsoft Notepad)
  2. find line:

    Code: Select all

    browser_spellcheck: true,
  3. just below that line add:

    Code: Select all

    contextmenu: false,
  4. save, upload to the server
  5. open Hesk and force-refresh it (CTRL + F5 in most browsers)
  6. test and hope for the best :)

Re: 3.2.0 Spellcheck Correct - Broken In Brave

Posted: Thu Mar 04, 2021 4:00 pm
by aaron
Fantastic! Works perfectly.

Thank you much!