Bug 150759 - composer: selecting content of header edit-box you can drop out of it
Summary: composer: selecting content of header edit-box you can drop out of it
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.11.90
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2007-10-12 16:57 UTC by Maciej Pilichowski
Modified: 2009-08-21 22:09 UTC (History)
2 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 Maciej Pilichowski 2007-10-12 16:57:30 UTC
Version:            (using KDE KDE 3.5.7)
Installed from:    SuSE RPMs

When you hold down shift and you press arrow keys you are selecting text. But only within specific edit-box.

Currently Composer behave like you could select text AND combobox near it (try it).
Comment 1 Ruchir Brahmbhatt 2009-04-07 11:54:57 UTC
Do you mean when you press right arrow key, it moves to button next to it? I think that is normal behavior. Can you please provide more details and steps to reproduce? I'm bit confused about the report.
Comment 2 Maciej Pilichowski 2009-04-07 12:07:34 UTC
run kmail
new message
enter "to" field
type xxx
press home, so the care would be before xxx
press and hold shift
press 3 times right arrow
xxx should be selected
press right arrow key once more

you fell off the edit box -> bug.
Comment 3 A. Spehr 2009-04-07 12:21:56 UTC
Not sure what the right behaviour is here. This doesn't seem like it though.
Comment 4 Maciej Pilichowski 2009-04-07 12:37:31 UTC
When you are selecting something program should not break selection. So it should either select more elements or set boundary for selection. In this case selecting next element does not make sense.
Comment 5 Martin Koller 2009-08-21 22:09:18 UTC
SVN commit 1014188 by mkoller:

BUG: 150759

don't act on left/right cursor in a special way during selection (Shift pressed)


 M  +4 -2      recipientseditor.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1014188
Comment 6 Martin Koller 2009-08-21 22:09:51 UTC
SVN commit 1014190 by mkoller:

Backport r1014188 by mkoller from trunk to the 4.3 branch:

CCBUG: 150759

don't act on left/right cursor in a special way during selection (Shift pressed)



 M  +4 -2      recipientseditor.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1014190