Join us to show up for other Firefox users 🦊. Earn fun badges and Mozilla swag vouchers! Find out more: https://mzl.la/askafox150

Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Spellcheck

  • 2 回覆
  • 0 有這個問題
  • 172 次檢視
  • 最近回覆由 cor-el
  • 封存

How do I turn on spellcheck in firefox

How do I turn on spellcheck in firefox

所有回覆 (2)

https://support.mozilla.org/en-US/kb/how-do-i-use-firefox-spell-checker

By default, Firefox is configured to automatically check spelling, If it is not working then it is either disabled or you do not have a Dictionary installed. Only a few language locales comes with a dictionary due to licensing reasons.

See https://addons.mozilla.org/firefox/language-tools/ for dictionaries if you need one. Ignore the language packs as they change language of the user interface like the menus and such.

Websites 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. Firefox will disable "Check Spelling" in the right-click context menu of a text area if the web page disables the spelling checker via a spellcheck="false" attribute of this element.