Ui.SpellCheckerUnderlineStyle
From MozillaZine Knowledge Base
Jump to navigationJump to search
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
- Bug 338209 - Make spellchecker use thicker wavy underlines instead of dotted underlines
- 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
test_selection_underline.html (use: Firefox/Tools -> Web Developer -> View Page Source)