Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

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