Windows 10 已于2025年10月14日停止支持。如果您正在使用 Windows 10,参见 这篇文章

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

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解
已存档

Spellcheck

cor-el 已回复
delshan001

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.