Layout.spellcheckDefault: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(Camino default; remove "doesn't work in an official Firefox release" caveat)
Line 15: Line 15:
Enable spellchecker for multi-line controls (e.g., <code>&#60;textarea&#62;</code>s). (Default in Firefox)
Enable spellchecker for multi-line controls (e.g., <code>&#60;textarea&#62;</code>s). (Default in Firefox)
===2===
===2===
Enable spellchecker for multi-line controls and single-line controls.
Enable spellchecker for multi-line controls and single-line controls. (Default in Camino)


==Caveats==
==Caveats==
* This functionality is not yet available in any officially released versions of Mozilla Firefox. The browser must be built with <tt>--enable-extensions=default,spellcheck</tt> in <tt>configure</tt>.
* The dictionary used is dependent on the preference [[spellchecker.dictionary]]. If that preference is not set, you will be prompted to choose a dictionary each time you access the spell checker.
* The dictionary used is dependent on the preference [[spellchecker.dictionary]]. If that preference is not set, you will be prompted to choose a dictionary each time you access the spell checker.


Line 26: Line 25:
==Has an effect in==
==Has an effect in==
* Mozilla Firefox (trunk builds after 2006-02-08; 2.0b1 and above)
* Mozilla Firefox (trunk builds after 2006-02-08; 2.0b1 and above)
* Camino (trunk builds after 2006-06-03; 1.1)


==Related bugs==
==Related bugs==
* [https://bugzilla.mozilla.org/show_bug.cgi?id=151040 Bug 151040 - Add access to Mac OS X global spelling checker]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=151040 Bug 151040 - Add access to Mac OS X global spelling checker]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=302050 Bug 302050 - Want realtime spell checking mechanism]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=302050 Bug 302050 - Want realtime spell checking mechanism]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=356480 Bug 356480 - Enable spell-checking by default for all text fields]


==Related preferences==
==Related preferences==

Revision as of 23:29, 16 October 2006

Background

Several Mozilla products have access to spell checking functionality. A recent patch allows this functionality to work in HTML text editing controls. The spell check function, when active, is accessible via the context menu of the text box.

For spell checking to work, the user must have the appropriate dictionary files installed.

This preference allows the spell check function to be enabled or disabled for multi-line and/or single-line edit controls, and supersedes layout.textarea.spellcheckDefault.

Possible values and their effects

0

Disable spellchecker.

1

Enable spellchecker for multi-line controls (e.g., <textarea>s). (Default in Firefox)

2

Enable spellchecker for multi-line controls and single-line controls. (Default in Camino)

Caveats

  • The dictionary used is dependent on the preference spellchecker.dictionary. If that preference is not set, you will be prompted to choose a dictionary each time you access the spell checker.

First checked in

2006-02-08 by Boris Zbarsky

Has an effect in

  • Mozilla Firefox (trunk builds after 2006-02-08; 2.0b1 and above)
  • Camino (trunk builds after 2006-06-03; 1.1)

Related bugs

Related preferences

External links