Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

Cannot spellcheck an email before sending

  • 1 antwoord
  • 0 hierdie probleem
  • 8 views
  • Laaste antwoord deur 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?

All Replies (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.