3.2.0 Spellcheck Correct - Broken In Brave

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
aaron
Posts: 9
Joined: Wed May 20, 2009 8:19 pm

3.2.0 Spellcheck Correct - Broken In Brave

Post 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?
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: 3.2.0 Spellcheck Correct - Broken In Brave

Post 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 :)
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
aaron
Posts: 9
Joined: Wed May 20, 2009 8:19 pm

Re: 3.2.0 Spellcheck Correct - Broken In Brave

Post by aaron »

Fantastic! Works perfectly.

Thank you much!
Post Reply