This is a repost of Spell-checking in question titles on Meta.Gaming, except that this post furnishes the necessary technical details for it to work.

All input type="text" elements, by default, do not have have spell check enabled on Firefox. This option can be turned on by the client by using the right click context menu and checking the 'Check Spelling' option.

With HTML5, there is now the spellcheck attribute. As of March 2009, only Firefox supports this. However, there is no harm in turning it on, and so it should be turned on, if only for the Firefox users out there, and as more and more browsers adopt this attribute, this should be fairly useful for users.

link|improve this question

71% accept rate
Actually on a closer look Chrome does do spell checking there -- it just doesn't check text that is already there. Try removing the 'f' and pressing space. – badp Feb 6 '11 at 15:46
Related: meta.stackoverflow.com/questions/3932/… – Jon Seigel Feb 6 '11 at 18:23
I use FF exclusively, and spell check has always been turned on by default...? – Jon Seigel Feb 6 '11 at 18:24
@JonSeigel: It is on in the body of the question, but not the title. – Richard Feb 7 '11 at 8:22
@Richard: That's why I said that question was related. I didn't vote to close, btw. – Jon Seigel Feb 7 '11 at 17:55
feedback

1 Answer

I can't reproduce this. I get spelling corrections as I type in Chrome (current release, 9.0) on the ask page, with all default settings.

this is me being a very bad speller in the title field on http://stackoverflow.com/questions/ask

enter image description here

link|improve this answer
badp mentioned in the chatroom that Chrome remembers your spell check settings for that particular input field, so if you turned it on manually before it would've remembered that. – Tim Yi Jiang Feb 7 '11 at 10:36
@yi I never touch any settings in Chrome. I haven't turned it on. It's just.. on. So you might want to reconsider this request. – Jeff Atwood Feb 7 '11 at 10:52
@yi yep, just reproduced on my home theater PC as well. Never touched a single setting on it, ever.. bone stock. And I get spelling corrections as I type on the title field in Chrome. – Jeff Atwood Feb 7 '11 at 10:55
Right, I suppose I'll pull the Chrome part from the question, though the statement is still true for Firefox users – Tim Yi Jiang Feb 7 '11 at 11:17
feedback

You must log in to answer this question.

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