Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

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 ?

Всички отговори (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.)