搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

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.)