-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spell Checker Fails #69
Comments
Isn't this the normal behavior? It's the same for me using Chrome with any "contentEditable" powered editor/input. Spell check does work on regular textareas only, doesn't it? |
I did think it used to work? I'm sure it did with other editors? |
It's an interesting issue; the default WYSIWYG editor in Wordpress has spell-check, but something like CKEditor not - http://ckeditor.com/demo |
Sadly yes, I love Visual Markdown, but my spelling is so bad... |
Hmmm. I guess this is something I have to investigate further. I'll leave this open for now. |
Some editors seems to have their own spell checker, but I think using the default one is probably best? |
Just did a quick search and came to the following conclusion:
Related topic: codemirror/codemirror5#1017 |
Strange thing is that the manual refers to a spell-check option; http://codemirror.net/1/manual.html
I tried this option (setSpellCheck(on)) but it didn't work out for me. There are also some plugins; |
The manual link you posted is really outdated. It refers to an old version of CodeMirror from a time when it was using a |
Seems like there is no solution to use the browsers default spell check with CodeMirror. Closing this for now. |
In Firefox Mac, there is no ''right-click' spell checker when using this field, reverting to textarea the spell checker is back?
The text was updated successfully, but these errors were encountered: