Can I somehow disable spell-checking on HTML textfields (as seen in e.g. Safari)?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Javascript cannot override user settings, so unless you use another mechanism other than textfields, this is not (or shouldn't be) possible. Note that my original answer above is 18 months old, and it is now possible by setting |
|||||||||||
|
|
An IFrame WILL "trigger" the spell checker (if it has content-editable set to true) just as a textfield, at least in Chrome. |
|||
|
|
|
Use a rich-text WYSIWYG editor. Most of the time, they use iFrames and other non-textarea elements that won't trigger the browser's spell checker. Try looking at TinyMCE as an example. |
|||||
|