Ui.SpellCheckerUnderlineStyle: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(some minor changes and rewording - added to Category:Preferences |what about adding to "Accessibility_features_of_Firefox" ?)
(added Related preferences)
 
Line 28: Line 28:
* [https://bugzilla.mozilla.org/show_bug.cgi?id=338209 Bug 338209 - Make spellchecker use thicker wavy underlines instead of dotted underlines]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=338209 Bug 338209 - Make spellchecker use thicker wavy underlines instead of dotted underlines]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=486807 Bug 486807 - pref-setting to switch back to the cute old classic dotted spell error lines]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=486807 Bug 486807 - pref-setting to switch back to the cute old classic dotted spell error lines]
==Related preferences==
* [[ui.SpellCheckerUnderline]] (red -> #FF0000)
* [[ui.SpellCheckerUnderlineRelativeSize]] (1.0*100 -> 100)


==See also==
==See also==
[http://mxr.mozilla.org/mozilla-central/source/layout/generic/test/test_selection_underline.html test_selection_underline.html] (use: View > Page Source)
[http://mxr.mozilla.org/mozilla-central/source/layout/generic/test/test_selection_underline.html test_selection_underline.html] (use: Firefox/Tools -> Web Developer -> View Page Source)


[[Category:Preferences]]
[[Category:Preferences]]

Latest revision as of 02:01, 26 March 2012

Background

This pref makes it possible to set the underline style of spell checker errors to make it easier to see misspelled words.
If this pref doesn't exist then you have to create a new integer pref with the name ui.SpellCheckerUnderlineStyle and one of the below listed values 0 to 5 to change the default wavy behavior.

Possible values and their effects

0

None

1

Dotted

2

Long Dots

3

Single Line

4

Double Line

5

Wavy Line (default)

First checked in

Masayuki Nakano (Fri Apr 03 16:26:28 2009)

Has an effect in

  • Firefox 3.6 and later

Related bugs

Related preferences

See also

test_selection_underline.html (use: Firefox/Tools -> Web Developer -> View Page Source)