Closed
Bug 341723
Opened 19 years ago
Closed 18 years ago
Adding an option to enable spell checking for textboxes by default
Categories
(Core :: Spelling checker, enhancement)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: sciguyryan, Unassigned)
Details
Just an idea: would it be a good idea to add an option that would allow the user to globally enable spell checking in textboxes by default (as is done with the textarea spell check)?
Would be useful because a lot of people don't right click on the textboxes and probably don't know that its disabled for them by default and needs to eb activated.
Comment 1•19 years ago
|
||
You mean in chrome?
Reporter | ||
Comment 2•19 years ago
|
||
(In reply to comment #1)
> You mean in chrome?
>
Anywhere that would be easy for the user to find, it also sort of makes sense to allow the user to decide weather the textareas are checked by default too.
Comment 3•19 years ago
|
||
I meant what textboxes do you want to control? Chrome ones or ones on web pages? There is already a hidden pref that allows you to turn single-line spellchecking on by default. I doubt we'll do more than that.
Reporter | ||
Comment 4•19 years ago
|
||
(In reply to comment #3)
> I meant what textboxes do you want to control? Chrome ones or ones on web
> pages? There is already a hidden pref that allows you to turn single-line
> spellchecking on by default. I doubt we'll do more than that.
>
Sorry, I miss-understood the question. Control for the web page ones. I know you can right click on them and enable it manually but thats not always great because some people would forget and think the words are spelled correctly when its not actually being checked if you see what I mean?
Comment 5•19 years ago
|
||
Wouldn't this just be setting layout.spellcheckDefault to 2, or did you want UI for this?
Reporter | ||
Comment 6•19 years ago
|
||
(In reply to comment #5)
> Wouldn't this just be setting layout.spellcheckDefault to 2, or did you want UI
> for this?
>
Well because its a setting that a lot of people would probably use then maybe a GUI for it would be easier to use and find?
Comment 7•18 years ago
|
||
I actually would be in favor of removing this option in the hidden config. Somebody that doesn't right click on a textbox wouldn't be able to understand this obscure pref buried in the options either.
Very few single-line textboxes are appropriate for spellchecking. Now that we support the spellcheck attribute, we can evangelize those sites to set spellcheck="on"
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•