Spell Checker Disabled?

Spell Checker Disabled?

Tsorthan Grove's picture

I'm certain like most people here, I rely on a spell checker.  I use Waterfox that has one built in however I am unable to use it on a number of sites including OpenGameArt.  After a quick inspection of the code I found in the input boxes has the function set to spellcheck="false".

<body id="tinymce" class="mceContentBody " onload="window.parent.tinyMCE.get('edit-body-und-0-value').onLoad.dispatch();" spellcheck="false" dir="ltr" contenteditable="true">

Is there any reason for this?  Having to edit the code client side to set this to true everytime is such a pain.