Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Learn More

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 ?

Todas as respostas (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.)