[Bug 1237614] Re: Implement PasswordEchoOnEdit for the wifi passphrase textfield

2014-07-21 Thread John Lea
** 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
   Importance: Undecided = High

** Changed in: ubuntu-ux
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237614

Title:
  [sdk] Implement PasswordEchoOnEdit for the wifi passphrase textfield

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1237614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237614] Re: Implement PasswordEchoOnEdit for the wifi passphrase textfield

2014-07-18 Thread Olga Kemmet
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/1237614

Title:
  Implement PasswordEchoOnEdit for the wifi passphrase textfield

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1237614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237614] Re: Implement PasswordEchoOnEdit for the wifi passphrase textfield

2013-10-31 Thread Pat McGowan
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)
TextInput.Password - Displays asterixes instead of characters.

If the underlying QML TextInput does not provide this we may need
another approach.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237614

Title:
  Implement PasswordEchoOnEdit for the wifi passphrase textfield

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1237614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237614] Re: Implement PasswordEchoOnEdit for the wifi passphrase textfield

2013-10-31 Thread MichaƂ Sawicz
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 Ubuntu.
https://bugs.launchpad.net/bugs/1237614

Title:
  Implement PasswordEchoOnEdit for the wifi passphrase textfield

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1237614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237614] Re: Implement PasswordEchoOnEdit for the wifi passphrase textfield

2013-10-23 Thread Zsombor Egri
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
while editing, not only the last character entered, which I guess it is
not the desired way. TextInput documentation [1] states that
TextInput.PasswordEchoOnEdit - Displays characters as they are entered
while editing, otherwise identical to TextInput.Password. This to me
that only the character entered should be displayed, the rest should be
transformed into the passwordCharacter, however the functionailty does
not obey that thought. There was a bug opened for this [2] however
closed being invalid. I will open a bug to Qt in case the desired
functionality is the one I assume.

[1] 
http://qt-project.org/doc/qt-5.1/qtquick/qml-qtquick2-textinput.html#echoMode-prop
[2] https://bugreports.qt-project.org/browse/QTBUG-23873

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237614

Title:
  Implement PasswordEchoOnEdit for the wifi passphrase textfield

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1237614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237614] Re: Implement PasswordEchoOnEdit for the wifi passphrase textfield

2013-10-23 Thread Zsombor Egri
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 with the enum set really works according to the specs. The
question is whether is it good enough for us or not.

[1] https://sailfishos.org/sailfish-silica/qml-sailfishsilica-
textfield.html#echoMode-prop

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237614

Title:
  Implement PasswordEchoOnEdit for the wifi passphrase textfield

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1237614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237614] Re: Implement PasswordEchoOnEdit for the wifi passphrase textfield

2013-10-23 Thread Zsombor Egri
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 received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1237614

Title:
  Implement PasswordEchoOnEdit for the wifi passphrase textfield

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1237614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1237614] Re: Implement PasswordEchoOnEdit for the wifi passphrase textfield

2013-10-16 Thread Pat McGowan
** 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/bugs/1237614

Title:
  Implement PasswordEchoOnEdit for the wifi passphrase textfield

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1237614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs