为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

Language and spell check

  • 5 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 FirefoxFan

more options

Language and Spell check options have disappeared from right-click drop-down menu for text editing, after I refreshed Firefox, as it was eating up battery life. Any idea how to add these again to drop-down menu?

Language and Spell check options have disappeared from right-click drop-down menu for text editing, after I refreshed Firefox, as it was eating up battery life. Any idea how to add these again to drop-down menu?
已附加屏幕截图

所有回复 (5)

more options

You selected content marking. That is why you have no spell checker.


Type about:config<enter> in the address bar. If a warning screen comes up, press the I Accept the Risk button. At the top of the screen is a search bar.

Type: layout.spellcheckDefault Its values are; 0 Spell Checker Off 1 Check Only Multi-Line Input Boxes. 2 Check Multi And Single Line Input Boxes.

Also, check the spellchecker.dictionary entry.

more options

Many thanks FredMcd.

Is there anyway to save changes made in about:config I set the value for layout.spellcheckDefault at 2 And restarted the PC

Still not working, specifically in email apps, Gmail, and Outlook.

But working in this chatbox !!!

more options

The difference between the default 1 and 2 is that 2 also enables the spell checker for single line input field like a search field.

The web page 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. 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.

You can right-click in the text area or input field and use "Inspect Element" to see if this text area has a spellcheck="false" attribute. Removing this spellcheck="false" attribute or changing it to spellcheck="true" via a double-click or via "Edit As HTML" should make the Check Spelling item in the right-click context menu reappear.

more options

I created Bug 1671297: Web sites turn off spell checker Need override to stop it

more options

@cor-el: Aha! Thank you for explaining. That makes sense and explains my confusion for so many many years. However, is there no way to choose the layoutSpellCheckDefault setting without breaking into the about:config? Why isn't this exposed in about:preferences? Why is the default 1 and not 2?