Layout.spellcheckDefault: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(→‎Caveats: pref does nothing in Camino)
 
(4 intermediate revisions by 3 users not shown)
Line 13: Line 13:


===1===
===1===
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 and SeaMonkey)
 
===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]] in applications other than Camino. If that preference is not set, you will be prompted to choose a dictionary each time you access the spell checker.  Camino uses whichever dictionary is the default Mac OS X dictionary for your user account.
* 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==
==First checked in==
Line 26: Line 26:
==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)
* SeaMonkey (trunk builds after 2006-06-03; 1.1b and above)
* Camino (trunk builds after 2006-06-03; 1.1a1 and above)


==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==

Latest revision as of 03:22, 3 September 2007

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 and SeaMonkey)

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 in applications other than Camino. If that preference is not set, you will be prompted to choose a dictionary each time you access the spell checker. Camino uses whichever dictionary is the default Mac OS X dictionary for your user account.

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)
  • SeaMonkey (trunk builds after 2006-06-03; 1.1b and above)
  • Camino (trunk builds after 2006-06-03; 1.1a1 and above)

Related bugs

Related preferences

External links