Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Caută ajutor

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

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

How do I make Firefox spell check my Office 365 email account?

  • 5 răspunsuri
  • 9 au această problemă
  • 3 vizualizări
  • Ultimul răspuns de cor-el

more options

I have tried clicking the "check spelling as I type" box under the "Firefox" tab, but I am still not getting spell check on my Office 365 email. (I am getting it here as I type, however, and also when I type into Google's text box, for example.) I don't understand why Firefox isn't also spell-checking my email. I do have spell check on my Office 365 email account with Safari, but I like Firefox so much better. I'd really appreciate any help you could give me. Thanks!!!

~Julianna Crider

I have tried clicking the "check spelling as I type" box under the "Firefox" tab, but I am still not getting spell check on my Office 365 email. (I am getting it here as I type, however, and also when I type into Google's text box, for example.) I don't understand why Firefox isn't also spell-checking my email. I do have spell check on my Office 365 email account with Safari, but I like Firefox so much better. I'd really appreciate any help you could give me. Thanks!!! ~Julianna Crider

Soluție aleasă

Try this: misspell a word, highlight it, right click and make sure that "Check Spelling" is checked.

 I need to do this for each site. Occasionally more than once.
Citește acest răspuns în context 👍 2

Toate răspunsurile (5)

more options

Current Firefox versions hide Check Spelling in the right-click context menu of a text area if the web page disables the spelling check via a spellcheck="false" attribute of this element.

You can right-click in the text editor area and use "Inspect Element" to see if this text area has a spellcheck="false" attribute.

Removing this spellcheck="false" attribute by selecting it via a double-click and using the Delete or Backspace key should make the Check Spelling item in the right-click context menu reappear.

more options

Thanks, Edward, this was great!

more options

Thanks for the help, Cor-el, I really appreciate it!

more options

You're welcome.

I had missed that you have an older Mac OS X that doesn't support the current Firefox release, so you won't be affected with this.

You can enable or disable spell checking globally:

  • Firefox > Preferences > Advanced : General: Browsing: "Check my spelling as I type"
more options

You can see this for instance on the Google Translate page.

<textarea id="source" class="goog-textarea" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false" dir="ltr" tabindex="0" wrap="SOFT" name="text" style="-moz-box-sizing: border-box; overflow-y: hidden; overflow-x: auto; padding-right: 20px;"></textarea>