[kmail2] [Bug 334612] Selecting text and pressing enter doesn't replace the text but only adds a newline

Laurent Montel montel at kde.org
Fri May 16 07:09:11 BST 2014


https://bugs.kde.org/show_bug.cgi?id=334612

Laurent Montel <montel at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Laurent Montel <montel at kde.org> ---
(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.



More information about the Kdepim-bugs mailing list