https://bugs.kde.org/show_bug.cgi?id=334612
Laurent Montel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Laurent Montel <[email protected]> --- (In reply to comment #4) > No, the bug is sadly not fixed. :-( > > Running 4.13.1 under Fedora (kde-unstable packages). So still update it :) It's fixed I already tested it. As you can see in commit: " - if(d->mAutoCorrection && !isLineQuoted(textCursor().block().text())) { + if(d->mAutoCorrection && !isLineQuoted(textCursor().block().text()) && !textCursor().hasSelection()) { " => if selection we don't make autocorrection => it's fixed. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
