Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
other
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2005 at 20:44 UTC
Updated:
29 Jul 2014 at 17:25 UTC
I know there is an old module for spell checking that is no longer maintained. I am requesting that Drupal have this feature in it's core.
here is a method using aspell
http://deezsombor.blogspot.com/2005/08/how-to-build-ajax-ed-spellchecker...
Comments
Comment #1
Uwe Hermann commentedNice idea, but someone has to create the code / patches.
Comment #2
IamPter commentedIf I could code I would.
Comment #3
Thox commentedAlready done it :)
See my sandbox.
Comment #4
IamPter commentedSounds great Thox. I can't wait for the official release.
Comment #5
LAsan commentedI find this a very useful idea.
I think this would be a nice feature to include in the next Drupal version.
Modifying to latest dev version.
Comment #6
keith.smith commentedHmm. I'm certainly against spelling errors, but:
-- given that many browsers implement this for text areas, I'm not sure that its all that necessary for Drupal to do the same.
-- obviously such a proposed system would have to handle a variety of languages, I'm assuming the dictionaries are pluggable?
Comment #7
tr commentedThere are a number of contributed spell checker modules:
http://drupal.org/search/apachesolr_multisitesearch/spellcheck?filters=s...
I don't really see this as a core feature.
Comment #8
devin carlson commentedMarking this as won't fix as #6 and #7 mentioned, it is now commonplace for browsers/operating systems to include spell checking capabilities and there are a number of modules that already provide this capability.
However, this would have been a useful feature in 2005.