Bug 183801 - ctrl-supr on message editor should delete blank space.
Summary: ctrl-supr on message editor should delete blank space.
Status: RESOLVED WORKSFORME
Alias: None
Product: kmail
Classification: Applications
Component: composer (show other bugs)
Version: 1.11.90
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
: 189656 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-02-09 17:49 UTC by Raúl
Modified: 2009-08-24 20:17 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raúl 2009-02-09 17:49:58 UTC
Version:           1.10.4 (using 4.1.4 (KDE 4.1.4), Debian backport packages)
Compiler:          cc
OS:                Linux (x86_64) release 2.6.26-1-amd64

Hello:

On kmail editor ctrl-del doesn't work as expected. Take this example:

First second |third four.
Cursor's on |.
If you press ctrl-backspace you'll end up like this:
First |third four.
This is right. But if you press instead ctrl-del, you'll have:
First second | four.
Where you would expect:
First second |four.
Mind the remaining blank space.

Regards,
Comment 1 Jaime Torres 2009-02-15 13:38:39 UTC
Confirmed in kmail from svn trunk r925817
Comment 2 Daniel Hahler 2009-04-16 14:27:52 UTC
*** Bug 189656 has been marked as a duplicate of this bug. ***
Comment 3 Daniel Hahler 2009-04-16 14:29:38 UTC
Please note that it currently fails for "| foo bar" completely: it does not delete anything in that case, but should (probably) result in "|foo bar" (removing any whitespace up to the next word).
Comment 4 jem 2009-05-03 14:53:57 UTC
This bug is not restricted to Kmail. It is probably associated with the text editing widget used by Kmail and even this "Additional Comments" box I am typing this into in Konqueror right now.

The bug is a bit annoying, since you can't conveniently delete multiple words by repeatedly pressing Ctrl-DEL.
Comment 5 Martin Koller 2009-08-23 00:55:18 UTC
This is a Qt problem. Nothing kmail alone should fix/workaround.
I reported it to the Trolls.
Comment 6 Martin Koller 2009-08-24 20:17:02 UTC
It seems my test was incorrect. The original problem can not be reproduced with Qt-4.5 (KDE 4.3) any longer.