Bug 70158 - disabling spell check status entry does not go away.
Summary: disabling spell check status entry does not go away.
Status: RESOLVED NOT A BUG
Alias: None
Product: kmail
Classification: Unmaintained
Component: composer (other bugs)
Version First Reported In: 1.5.94
Platform: unspecified Linux
: NOR minor
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-11 21:07 UTC by Thomas Zander
Modified: 2008-05-02 16:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Patch clearing status bar after automatic spell check disable (728 bytes, patch)
2004-07-10 03:19 UTC, Lothar Braun
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Zander 2003-12-11 21:07:10 UTC
Version:           1.5.94 (using KDE 3.1.94 (CVS >= 20031206), compiled sources)
Compiler:          gcc version 3.3.2 20031005 (Debian prerelease)
OS:          Linux (i686) release 2.4.21

While typing a new Email I got a 'too many errors, disabling spell check' in my statusbar.
Fine.

 When I go to 'Options' and turn the feature off I expect the statusbar to be cleared.
Comment 1 Lothar Braun 2004-07-10 03:19:58 UTC
Created attachment 6598 [details]
Patch clearing status bar after automatic spell check disable

Here's a patch solving this bug.

I think it's less more than a workaround but it fixes the bug.
I think the problem is that then spell check is switched off automatically
after to many misspelled words KDictSpellingHighlighter sends no signal to
KMComposewin to update the status bar.
So it must be cleared by hand.

A problem could be that other messages not concerning spell check are cleared
too. But when testing the changes i couldn't produce this.

What's your opinion about the patch?
Comment 2 Thomas McGuire 2008-05-02 16:30:38 UTC
In KDE4, the spell checker no longer is disabled when there are too many errors, so this bug is not valid anymore.