GNOME Bugzilla – Bug 329616
Spell checking for Event/Task/Memo editors
Last modified: 2013-11-29 12:02:46 UTC
Please describe the problem: At a minimum, the 'Description' area should spell check in the same way that email messages do. The other fields probably should not, as they do not when sending email. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
confirming, but to me it is an enhancement.
Bumping version to a stable release.
*** Bug 561140 has been marked as a duplicate of this bug. ***
See my thoughts bug #200683 comment #15. Might be able to tie this into the same interface / registration system in GtkHtml. Really wish the "GSpell" proposal for GLib/GTK+ would go somewhere, so I wouldn't have to write this stuff myself...
I added spell checking for 'Summary' in Event/Task/Memo editors with commit 3c6919a in evo master (3.5.2+). The spell checking for Description will wait a bit, whether it'll be possible to do it with WebKit editor or not during 3.5.x development cycle (or later).
Created commit e607ae8 in evo master (3.11.3+) It requires gtkspell3 to have the Description widgets spell checked. I also covered Notes from Contact's editor.