** Changed in: ubuntu-ux
Assignee: Matthew Paul Thomas (mpt) => Giorgio Venturi (giorgio-venturi)
** Summary changed:
- Implement PasswordEchoOnEdit for the wifi passphrase textfield
+ [sdk] Implement PasswordEchoOnEdit for the wifi passphrase textfield
** Changed in: ubuntu-ux
Importanc
As part of the dialog work stream, mpt will provide feedback on this.
** Changed in: ubuntu-ux
Assignee: (unassigned) => Matthew Paul Thomas (mpt)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/12
I'm afraid the behavior of PasswordEchoOnEdit is different than what we
expect. The *whole* text is visible while the field is focused, not one
character at a time and only hidden on unfocus.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubu
We want the behavior as described int he UI spec:
TextInput.PasswordEchoOnEdit - Displays characters as they are entered
while editing, otherwise displays asterisks.
The current behavior is simply toggleng between normal and password modes.
TextInput.Normal - Displays the text as it is. (Default)
Update, quote from #qt-quick
(09:59:18 AM) ThomasZ: zsombi: "EchoOnEdit" means its visible while editing.
Editing stops until it looses focus.
(09:59:25 AM) ThomasZ: zsombi: it does what it says it should do
So, showing only the last entered character (like in iOS) is not
possible.
--
You rec
Quote from Sailfish OS docs [1] TextField, which is also a proxy for the
standard QML TextInput: "TextInput.PasswordEchoOnEdit - displays text as
entered when the item has active focus and the text is being modified;
otherwise, displays asterisks in place of entered text". So seams that
the input w
So you guys suggest to have a standalone PasswordInput component just
for password inputs? I do not see any reason to do that, it wouldn't
bring any value.
On the other hand I checked on desktop at least, that setting echoMode =
TextInput.PasswordEchoOnEdit shows the whole password as clear text
w
** Summary changed:
- UI should show characters as they are entered for the wifi passphrase
+ Implement PasswordEchoOnEdit for the wifi passphrase textfield
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bu