Mozilla 도움말 검색

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

자세히 살펴보기

Cannot spellcheck an email before sending

  • 1 답장
  • 0 이 문제를 만남
  • 8 보기
  • 최종 답변자: cor-el

more options

Using Firefox for webmail, There used to be an option to spellcheck a "Composed" message before sending it. Probably after a recent "upgrade", that option seems to have disappeared. True? Can I get the facility back in some way?

Using Firefox for webmail, There used to be an option to spellcheck a "Composed" message before sending it. Probably after a recent "upgrade", that option seems to have disappeared. True? Can I get the facility back in some way?

모든 댓글 (1)

more options

A webpage can disable the Firefox spell checker via a spellcheck="false" attribute of an input field or textarea or editable element and possibly provide its own spelling checker. You can right-click in the text area or input field and use "Inspect" to check in the Inspector if this text area has a spellcheck="false" attribute. You can remove this spellcheck="false" attribute or change it to spellcheck="true" via a double-click or via "Edit As HTML" to make the "Check Spelling" item in the right-click context menu reappear.