Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

How do I get Spell Checker back, for Outlook and gmail ?

more options

It seems Microsoft and google has changed outlook and gmail HTML for the message text body DIV to specify spellcheck="false".

   div dir="ltr" class="[]" role="textbox" aria-multiline="true" aria-label="Message body" spellcheck="false" contenteditable="true"

Any idea how yo solved this ?

It seems Microsoft and google has changed outlook and gmail HTML for the message text body DIV to specify spellcheck="false". div dir="ltr" class="[]" role="textbox" aria-multiline="true" aria-label="Message body" spellcheck="false" contenteditable="true" Any idea how yo solved this ?

All Replies (1)

more options

Perhaps that is because they have their own integrated spell checker?

I once posted a user script to remove spellcheck="false" in various places, but I haven't tested in Gmail/Outlook: https://greasyfork.org/en/scripts/11786-always-can-check-spelling

For context, you apply user scripts to pages using a "monkey" extension such as Tampermonkey or Violentmonkey. (This older script isn't compatible with the updated Greasemonkey or Firemonkey.)