Version: (using KDE 4.3.0) OS: Linux Installed from: Unspecified Linux When you're writing a mail, you can use "up" and "down" keys to move up and down in message input textarea and move between the message, subject and recipients fields. "Down" works without problem. "Up" works fine too except when you have the caret at the end of the first line of the message input textarea. Pressing "up" doesn't change the focus to the subject field. If this is the composer window: ********************************** To: aaa.aaa@aaa.aaa To: ________ Subject: Test Dear aaa, etc. Regards ********************************** And "|" is the caret, if it is after the comma of the first line of the message, ********************************** To: aaa.aaa@aaa.aaa To: ________ Subject: Test Dear aaa,| etc. Regards ********************************** you can't use "up" key to jump in subject field. If the caret is anywhere else (on the first line), it works. If the caret is at the end of the subject input textarea, ********************************** To: aaa.aaa@aaa.aaa To: ________ Subject: Test| Dear aaa, etc. Regards ********************************** the "up" key works and move in the "To" input field.
Confirmed in trunk.
SVN commit 1014434 by mkoller: BUG: 204780 when cursor is in top most line, cursor up shall move focus to subject line also when cursor is after the last char in the line. M +1 -1 kmeditor.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1014434
SVN commit 1014440 by mkoller: Backport r1014434 by mkoller from trunk to the 4.3 branch: CCBUG: 204780 when cursor is in top most line, cursor up shall move focus to subject line also when cursor is after the last char in the line. M +1 -1 kmeditor.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1014440
Many thanks. :-)
*** Bug 189154 has been marked as a duplicate of this bug. ***