Bug 125163 - Text selection in password dialog (msn) not possible
Summary: Text selection in password dialog (msn) not possible
Status: RESOLVED NOT A BUG
Alias: None
Product: kopete
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: 0.11
Platform: Fedora RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-08 12:52 UTC by Matthew Munro
Modified: 2006-04-08 22:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Munro 2006-04-08 12:52:22 UTC
Version:           0.11 (using KDE KDE 3.5.0)
Installed from:    Fedora RPMs

When I have mis=typed my login password, I would like to be able to use `Shift + Home' to select what I have typed and then overwrite it correctly.  `Shift + an arrow key' is unresponsive too.  And mouse selection is also not possible.  This functionality is available in most password dialogs I am aware of, such as MSN Messenger and Mozilla Firefox.  Thanks for reading.
Comment 1 Matthew Munro 2006-04-08 13:49:53 UTC
I just unlocked my screen and realised that that password dialog behaves in the same way.  So perhaps I'll take this higher up the tree.  And I've also realised that I can achieve what _I_ want to do using `Ctrl + a'.  But the lack of `Shift +' options still leaves a certain functionality gap, which someone might require later.
Comment 2 Bartosz Fabianowski 2006-04-08 22:01:53 UTC
Kopete has no control over this behavior - it is enabled by Qt when the echoMode of a QLineEdit is set to QLineEdit::Password. See:

http://doc.trolltech.com/3.3/qlineedit.html#echoMode-prop