Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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?