| Summary: | wrong 'ignore all' action on spell checker | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Cristóvão Sousa <crisjss> |
| Component: | kspell | Assignee: | Zack Rusin <zack> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | normal | CC: | andresbajotierra |
| Priority: | NOR | ||
| Version First Reported In: | 4.1 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Cristóvão Sousa
2009-01-22 16:44:52 UTC
Here using: Qt: 4.5.1 (qt-copy 971295) KDE: 4.2.91 (KDE 4.2.91 (KDE 4.3 >= 20090609)) kdelibs svn rev. 982117 / kdebase svn rev. 982118 aspell 0.60.6, enchant 1.4.2 on ArchLinux i686 - Kernel 2.6.29.4 I can confirm this bug Indeed:
void Dialog::slotSkipAll()
{
//### do we want that or should we have a d->ignoreAll list?
Speller speller = d->checker->speller();
speller.addToPersonal(d->currentWord.word);
d->checker->setSpeller(speller);
d->checker->continueChecking();
}
Hi, kdelibs (version 4 and earlier) is no longer maintained since a few years. KDE Frameworks 5 or 6 might already have resolved this bug. If not, please re-open against the matching framework if feasible or against the application that shows the issue. We then can still dispatch it to the right Bugzilla product or component. Greetings Christoph Cullmann |