Possible Duplicate:
Please add a spell checker to the markdown editor.

Why has Stack Overflow no tool for the checking of spelling when creating a new question?

link|improve this question
I think he is asking why doesnt spellcheck apply to the questions title box like it does in the description, comment box, answer etc. – acidzombie24 Jan 18 '10 at 20:09
1  
Duplicate meta.stackoverflow.com/questions/3932/… – ChrisF Jan 18 '10 at 20:25
In chrome you can turn on the spell checking of text boxes, though it doesn't seem to remember the setting (as opposed to text areas where it's on all the time) – ChrisF Jan 18 '10 at 21:42
I don't want to have to use Greasemonkey to remove a script that I don't want either hogging my system nor fighting my browser of choice. Also, people here should know how to enable the builtin spellchecker on all current browsers. – perbert Jan 19 '10 at 0:44
feedback

closed as exact duplicate by ChrisF, John Rudy, perbert, alex, Shog9 Jan 18 '10 at 21:34

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

5 Answers

I'd say that it's not really needed in the SO code because the option is easily attainable through either native browser functionality or extensions / add-ins.

link|improve this answer
feedback

Two big reasons:

  1. As others have mentioned, this is already built into most browsers. Site-specific spell checkers just tend to cause problems and clash with the browser's spell checker.
  2. Programming questions are murder on spell checkers anyway, as there tend to be a lot of unrecognized words involved (variables and other identifiers).
link|improve this answer
1  
+1 Good point on the spell checker vs. code battle. – squillman Jan 18 '10 at 20:10
feedback

Probably because that's already built in in modern browser.

For instance: I use firefox spellchecker

alt text

link|improve this answer
-1: Chrome is Better (Kidding) – Chacha102 Jan 18 '10 at 21:48
feedback

This is not a Stack Overflow-specific problem.

You may want to install a spelling checker in your browser, if you want to perform a spell check before posting, e.g. with the Firefox Plugin "SpellBound" (there are many others as well, supporting various languages).

link|improve this answer
3  
You don't really need that add-on, since FF will spell-check the text in the body of the question being composed already, and if you want to spell-check the title, it's a right-click away... – Shog9 Jan 18 '10 at 20:05
feedback

Because we'd rather have the developer devote time to SO problems that cannot be solved on the user side with either existing browsers or other tools most people who have difficulty with spelling or typing already use.

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged